daemon: Allow configuration of logfile path as value
Some characters are not allowed in section names, this way they can still be used in paths of log files.
This commit is contained in:
@@ -5,6 +5,10 @@ charon.filelog {}
|
||||
charon.filelog.<filename> { # }
|
||||
<filename> is the full path to the log file.
|
||||
|
||||
charon.filelog.<filename>.path =
|
||||
Optional path to the log file. Overrides the section name, may be used
|
||||
if the path contains characters that aren't allowed in section names.
|
||||
|
||||
charon.filelog.<filename>.default = 1
|
||||
Default loglevel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user