mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
F #1149: add new log format to config files
This commit is contained in:
parent
8b37678ad2
commit
517de72f80
@ -90,4 +90,9 @@
|
||||
# Log debug level
|
||||
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
|
||||
#
|
||||
:debug_level: 2
|
||||
# System
|
||||
# - file: log to log file
|
||||
# - syslog: log to syslog
|
||||
:log:
|
||||
:level: 2
|
||||
:system: 'file'
|
||||
|
@ -37,7 +37,12 @@
|
||||
# Log debug level
|
||||
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
|
||||
#
|
||||
:debug_level: 3
|
||||
# System
|
||||
# - file: log to log file
|
||||
# - syslog: log to syslog
|
||||
:log:
|
||||
:level: 2
|
||||
:system: 'file'
|
||||
|
||||
################################################################################
|
||||
# Auth
|
||||
|
@ -67,7 +67,12 @@
|
||||
# Log debug level
|
||||
# 0 = ERROR, 1 = WARNING, 2 = INFO, 3 = DEBUG
|
||||
#
|
||||
:debug_level: 3
|
||||
# System
|
||||
# - file: log to log file
|
||||
# - syslog: log to syslog
|
||||
:log:
|
||||
:level: 3
|
||||
:system: 'file'
|
||||
|
||||
################################################################################
|
||||
# Proxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user