diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-26 18:21:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-26 18:21:16 +0200 |
commit | fb51fb605246d47ad68225d6dd2a149aa160c1d9 (patch) | |
tree | a6fc7ae3286304efbc860d4386a5503fd8cfaf3e /doc/en/autogen | |
parent | 86e7d95b9cb427017d122f1d5a0bb778dfc22695 (diff) | |
download | weechat-fb51fb605246d47ad68225d6dd2a149aa160c1d9.zip |
logger: add option "flush" for command /logger
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/logger_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/logger_commands.txt b/doc/en/autogen/user/logger_commands.txt index e49b68eb9..c3bf32b0b 100644 --- a/doc/en/autogen/user/logger_commands.txt +++ b/doc/en/autogen/user/logger_commands.txt @@ -3,11 +3,13 @@ ........................................ /logger list set <level> + flush disable list: show logging status for opened buffers set: set logging level on current buffer level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages) + flush: write all log files now disable: disable logging on current buffer (set level to 0) Options "logger.level.*" and "logger.mask.*" can be used to set level or mask for a buffer, or buffers beginning with name. |