Fix log file name format and remove old debug prints

This commit is contained in:
Tulir Asokan 2018-09-20 01:47:24 +03:00
parent 2a0106da26
commit a77084b12e
6 changed files with 5 additions and 8 deletions

View file

@ -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