blob: 262584995c3814944bbf887271278ad3d8ff270f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
verbose:
# Display all logs until the given value (inclusive)
# 1 panic
# 2 fatal
# 3 error
# 4 warn
# 5 info
# 6 debug
# 7 trace
level: 7
server:
bindip: "0.0.0.0"
listenport: "8085"
domain: "localhost"
root: "/home/emile"
time:
# use the format below for describing the individual values
#
# Jan 2 15:04:05 2006 MST
format: "2006-01-02 03:04:05 MST"
|