diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-20 08:08:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-20 08:08:24 +0200 |
commit | 33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab (patch) | |
tree | 330d8ad4521c13a082532d01730af98e70f43aa0 /doc/en | |
parent | 292830b5bf103bbef7b3b3ee079433c6e2385a46 (diff) | |
download | weechat-33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab.zip |
logger: evaluate content of option logger.file.path (issue #388)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/logger_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/logger_options.asciidoc b/doc/en/autogen/user/logger_options.asciidoc index 07d42dc2c..50a61eb34 100644 --- a/doc/en/autogen/user/logger_options.asciidoc +++ b/doc/en/autogen/user/logger_options.asciidoc @@ -48,7 +48,7 @@ ** values: any string (default value: `""`) * [[option_logger.file.path]] *logger.file.path* -** description: `path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime)` +** description: `path for WeeChat log files; "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default); date specifiers are permitted (see man strftime) (note: content is evaluated, see /help eval)` ** type: string ** values: any string (default value: `"%h/logs/"`) |