adept/log4rs.toml
Gregory Ballantine ed9b268865
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added DEBHELPER token to postinst script
2022-09-01 15:49:01 -04:00

7 lines
90 B
TOML

[appenders]
stdout = { kind = 'console' }
[root]
level = 'info'
appenders = [ 'stdout' ]