Commit Graph

7 Commits

Author SHA1 Message Date
leo
a879704535
go: partially rework how slogging works
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 17:35:00 +02:00
leo
e44238600b
slogging: add a default if unknown level is set
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 13:23:51 +02:00
leo
9b22ec35ee
log: allow setting log level dynamically
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-28 23:01:35 +02:00
leo
6bd3b2845b
log: add Debugf method
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-28 22:58:50 +02:00
leo
269c63c661
log: return logger on Init
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-28 22:54:09 +02:00
leo
63e5a86cdc
slogging: clean up deadcode
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-19 03:49:45 +02:00
leo
8cc43bba13
go: switch to a custom slog-based logging solution
All checks were successful
continuous-integration/drone/push Build is passing
* make all packages use the logger
* add a couple of convenience methods on the logger that enable
  formatting using fmt syntax
2023-04-19 02:12:27 +02:00