Fix log file name format and remove old debug prints
This commit is contained in:
parent
2a0106da26
commit
a77084b12e
6 changed files with 5 additions and 8 deletions
|
@ -5,8 +5,8 @@ database:
|
|||
logging:
|
||||
directory: ./logs
|
||||
file_mode: 0600
|
||||
print_debug: false
|
||||
file_name_format: "%[1]s-%02[2]d.log"
|
||||
print_level: DEBUG
|
||||
file_name_format: "{{.Date}}-{{.Index}}.log"
|
||||
file_date_format: 2006-01-02
|
||||
timestamp_format: Jan _2, 2006 15:04:05
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue