aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/create.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17switch from log to slogGibheer1-4/+3
This commit replaces the various log entry points with a common logger provided via context. This is helpful as it groups all log entries together via the txid and should help in the future when debugging cascading errors.
2022-12-15monfront - add basic interface to create some entitiesGibheer1-0/+148