diff options
author | Filip H.F. "FiXato" Slagter <fixato@gmail.com> | 2019-10-05 20:43:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-05 20:43:29 +0200 |
commit | 86dcbc09c019d9a53d7a51b3bab47e3a7beb2a8c (patch) | |
tree | fadf49edb4310254c8f002d11e4f0de836b565a5 | |
parent | 587ddf7222b4496c7d6b971159bc499c899cd03c (diff) | |
download | weechat-86dcbc09c019d9a53d7a51b3bab47e3a7beb2a8c.zip |
Added introductory description of Logger masks
While the documentation for Logger filename masks contained examples, it didn't actually describe it would try to match in order of descending specificity.
-rw-r--r-- | doc/en/weechat_user.en.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index e7bb38a9a..75786bbde 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -2958,12 +2958,15 @@ Some examples: ==== Filenames masks It is possible to define a filename mask for each buffer, and use local buffer -variables to build filename. To see local variables for current buffer: +variables to build filename. To see available local variables for current buffer: ---- /buffer localvar ---- +Masks will be matched on options in descending order of specificity on +`logger.mask.$plugin.*`, with `logger.file.mask` as fallback option. + For example, on buffer "irc.freenode.#weechat", WeeChat will search a mask with option name, in this order: |