summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/logger_options.txt
blob: f00828f3953931eab145f9ae66c53b20e8180cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
* *logger.file.auto_log*
** description: `automatically save content of buffers to files (unless a buffer disables log)`
** type: boolean
** values: on, off (default value: `on`)

* *logger.file.flush_delay*
** description: `number of seconds between flush of log files (0 = write in log files immediately for each line printed)`
** type: integer
** values: 0 .. 3600 (default value: `120`)

* *logger.file.info_lines*
** description: `write information line in log file when log starts or ends for a buffer`
** type: boolean
** 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; date specifiers are permitted (see man strftime)`
** type: string
** values: any string (default value: `"$plugin.$name.weechatlog"`)

* *logger.file.name_lower_case*
** description: `use only lower case for log filenames`
** type: boolean
** values: on, off (default value: `on`)

* *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)`
** type: string
** values: any string (default value: `"%h/logs/"`)

* *logger.file.replacement_char*
** description: `replacement char for special chars in filename built with mask (like directory delimiter)`
** type: string
** values: any string (default value: `"_"`)

* *logger.file.time_format*
** description: `timestamp used in log files (see man strftime for date/time specifiers)`
** type: string
** values: any string (default value: `"%Y-%m-%d %H:%M:%S"`)

* *logger.look.backlog*
** description: `maximum number of lines to display from log file when creating new buffer (0 = no backlog)`
** type: integer
** values: 0 .. 2147483647 (default value: `20`)