feat: Using logging module
This commit is contained in:
@ -35,3 +35,14 @@ db:
|
||||
max-open-connections: 100
|
||||
# max connection life time
|
||||
max-connection-life-time: 10s
|
||||
|
||||
log:
|
||||
level: debug
|
||||
development: true
|
||||
disalbe-caller: false
|
||||
disable-stacktrace: false
|
||||
# console or json
|
||||
format: console
|
||||
output-paths:
|
||||
- stdout
|
||||
- /tmp/howmuch.log
|
||||
|
Reference in New Issue
Block a user