continue adding Handler logic; remove unused TxQueue tests

This commit is contained in:
soypat
2025-02-09 23:43:30 -03:00
parent aa8da93f6b
commit 64a7102064
9 changed files with 520 additions and 132 deletions
+4
View File
@@ -21,6 +21,10 @@ var (
timebuf [len(timefmt) * 2]byte
)
func LogEnabled(l *slog.Logger, lvl slog.Level) bool {
return true
}
func LogAttrs(_ *slog.Logger, level slog.Level, msg string, attrs ...slog.Attr) {
now := time.Now()
n := len(now.AppendFormat(timebuf[:0], timefmt))