aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/checks.go
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17switch from log to slogGibheer1-10/+9
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.
2021-12-02cmd/monfront - import monfront from separate repositoryGibheer1-0/+226
This is the import from the separate monfront repository. The history could not be imported, but this should suffice.