Commit Graph

3 Commits

Author SHA1 Message Date
Gibheer 10f7eb53f4 prepare switch to log/slog
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.
2023-08-17 22:02:52 +02:00
Gibheer e29f38937c monfront - add basic interface to create some entities 2022-12-15 11:16:56 +01:00
Gibheer fa05045d31 cmd/monfront - import monfront from separate repository
This is the import from the separate monfront repository. The history
could not be imported, but this should suffice.
2021-12-02 17:54:14 +01:00