39 lines
600 B
Plaintext
39 lines
600 B
Plaintext
logger {
|
|
minimum_level: LOG_LEVEL_DEBUG
|
|
|
|
routes {
|
|
level: LOG_LEVEL_DEBUG
|
|
file: true
|
|
terminal: true
|
|
}
|
|
routes {
|
|
level: LOG_LEVEL_INFO
|
|
terminal: true
|
|
}
|
|
routes {
|
|
level: LOG_LEVEL_WARNING
|
|
terminal: true
|
|
file: true
|
|
}
|
|
routes {
|
|
level: LOG_LEVEL_ERROR
|
|
terminal: true
|
|
file: true
|
|
}
|
|
routes {
|
|
level: LOG_LEVEL_FATAL
|
|
terminal: true
|
|
file: true
|
|
}
|
|
|
|
directory: "../log"
|
|
max_file_size_mb: 100
|
|
flush_interval_seconds: 1
|
|
format {
|
|
show_time: false
|
|
show_level: true
|
|
show_thread_id: false
|
|
show_source_location: true
|
|
}
|
|
}
|