24 lines
No EOL
554 B
Text
24 lines
No EOL
554 B
Text
# DIRECTORIES MUST END WITH /
|
|
# the interval to run the comloop in ms
|
|
loopInterval = 500 #uint
|
|
|
|
# what to log
|
|
logLevel = 5 #int
|
|
|
|
# path to log own log to
|
|
selfLog = udaem.log #char*
|
|
|
|
# directory where to store the logs for programs
|
|
logdbdir = logs/ #char*
|
|
|
|
# directory where .daem files are stored
|
|
daemondb = config/
|
|
|
|
# weather to seperate the errf and logf files by default
|
|
seperateLogs = false #short (bool)
|
|
|
|
# (NOT YET SUPPORTED) save logs for a program in a seperate directory
|
|
# like:
|
|
# logdir/sleep/log.log
|
|
# logdir/tree/log.log
|
|
# seperateLogDirs |