🔊 zlog set up

This commit is contained in:
Paul Breugnot 2025-02-01 11:10:56 +01:00
parent 0e7a1f5623
commit fc736642b2
21 changed files with 302 additions and 157 deletions

8
test/log.conf Normal file
View file

@ -0,0 +1,8 @@
[formats]
simple = "[%c %p] %d(%m-%d %T) %-5V %f:%L %m%n"
[rules]
aswm.INFO >stdout; simple
test.DEBUG >stdout; simple