base
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[COMMON]
|
||||
# Log Directory path
|
||||
DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
LOG_LEVEL = 6
|
||||
|
||||
[logmngd]
|
||||
# Log Directory path
|
||||
# DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 7
|
||||
|
||||
#log server ip list
|
||||
## Domain name
|
||||
LOG_SERVER_HOST = ##LOG_SERVER_LIST##
|
||||
#log server port
|
||||
LOG_SERVER_PORT = ##LOG_SERVER_PORT##
|
||||
|
||||
# application logfile retention period(unit : day)
|
||||
# Default : 7 days
|
||||
# boundary : 3~30days
|
||||
APP_LOG_PERIOD = 7
|
||||
|
||||
# searching direcotory list
|
||||
# default :
|
||||
# SEARCHING_DIR_LIST = /user/service/logs, /user/service/log
|
||||
# adding log direcotries
|
||||
# ex) SEARCHING_DIR_LIST = /user/service/logs, /user/service/log, /etc/log
|
||||
SEARCHING_DIR_LIST = /user/service/logs, /user/service/log
|
||||
Reference in New Issue
Block a user