diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-09 18:45:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-09 18:45:07 +0100 |
commit | 0be8e0828aa0629f1306d0f603042b15c58fb235 (patch) | |
tree | ab4451aff5c0cc4648692ba91839ae84b2adcc8c /doc/en | |
parent | 3cdecb08a2f543831443914eec10f7447009fda5 (diff) | |
download | weechat-0be8e0828aa0629f1306d0f603042b15c58fb235.zip |
logger: add note on buffer local variables to use in /help logger.file.mask
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 7098934d0..af86bad05 100644 --- a/doc/en/autogen/user/logger_options.asciidoc +++ b/doc/en/autogen/user/logger_options.asciidoc @@ -28,7 +28,7 @@ ** values: on, off (default value: `off`) * [[option_logger.file.mask]] *logger.file.mask* -** description: `default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted; date specifiers are permitted (see man strftime)` +** description: `default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted (you should use only variables that are defined on all buffers, so for example you should NOT use $server nor $channel); date specifiers are permitted (see man strftime)` ** type: string ** values: any string (default value: `"$plugin.$name.weechatlog"`) |