diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-26 16:36:55 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-26 16:36:55 +0100 |
commit | 99bfdfd2ff8701126c0254c838d35c20be1af652 (patch) | |
tree | 671b0c25c275728f007d19d268388beb17e6668d /doc/en/autogen | |
parent | aa41942ac19a6dd6f7f337c7b547626fb8d0d614 (diff) | |
download | weechat-99bfdfd2ff8701126c0254c838d35c20be1af652.zip |
Add signal "day_changed", allow date format in logger options path and mask (task #9430)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/logger_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/logger_options.txt b/doc/en/autogen/user/logger_options.txt index 06a3ea379..dc944f880 100644 --- a/doc/en/autogen/user/logger_options.txt +++ b/doc/en/autogen/user/logger_options.txt @@ -9,7 +9,7 @@ ** values: on, off (default value: off) * *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 +** 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) ** type: string ** values: any string (default value: "$plugin.$name.weechatlog") @@ -19,7 +19,7 @@ ** values: on, off (default value: on) * *logger.file.path* -** description: path for WeeChat log files ("%h" will be replaced by WeeChat home, "~/.weechat" by default) +** 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) ** type: string ** values: any string (default value: "%h/logs/") |