updating logging TODO

This commit is contained in:
brent s 2023-07-12 23:16:31 -04:00
parent a445a51c0d
commit 70d6c2cbb3
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
https://golang.org/pkg/runtime/#Caller
-- log.LlongFile and log.Lshortfile flags don't currently work properly for StdLogger/FileLogger; they refer to the file in logging package rather than the caller.

- StdLogger2; where stdout and stderr are both logged to depending on severity level.
- make configurable via OR bitmask

- Suport remote loggers? (eventlog, syslog, systemd)

- JSON logger? YAML logger? XML logger?