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:
Tobias Brunner
2018-06-27 14:19:35 +02:00
parent 61c3870bef
commit b9745618cd
2 changed files with 17 additions and 9 deletions
+4
View File
@@ -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.