Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-17 | prepare switch to log/slog | Gibheer | 1 | -0/+13 | |
This commit prepares the switch from log to log/slog, which was introduced in Go 1.21. slog provides some useful facilities to add metadata to log entries, which should be helpful for debugging problems. This commit also adds a small transaction ID generator. It provides a common identifier between log messages, so that multiple errors can be viewed together in their order. | |||||
2021-12-02 | cmd/monfront - import monfront from separate repository | Gibheer | 1 | -0/+66 | |
This is the import from the separate monfront repository. The history could not be imported, but this should suffice. | |||||
2019-03-13 | move monfront to separate repository | Gibheer | 1 | -4/+0 | |
Monfront was forked into its own repository to make it easier to work on. | |||||
2018-12-12 | monfront - add example config | Gibheer | 1 | -0/+4 | |