Differences
This shows you the differences between the selected revisions of the page.
2018-05-06 | 2018-05-06 | ||
no summary (37.25.85.158) (hidden) (untrusted) | Restored revision 1504607950. Undoing revision 1525574150. (martin) (hidden) | ||
Line 6: | Line 6: | ||
&toc_title_page_sections | &toc_title_page_sections | ||
- | more npidh tnanes shkofshi | + | ===== [[session_log]] Session log ===== |
+ | To enable logging to a file, check //Enable session logging on level//. | ||
+ | |||
+ | To increase verbosity of the session log select //Debug 1// or //Debug 2// level. You will probably need these (together with logging to file), when [[reporting|reporting bugs]] only. | ||
+ | |||
+ | Specify [[local_path|local path]] to log file into //Log path// box. Log file name can contain following patterns: ''!Y'' (year), ''!M'' (month), ''!D'' (day), ''!T'' (time), ''!@'' (hostname), ''!S'' (session name), ''!P'' (process ID), ''!!'' (exclamation mark). | ||
+ | |||
+ | If you select //Append// option, and the logging file already exists, session log will be appended to the end of the file. Otherwise the existing file will be overwritten. | ||
+ | |||
+ | You can limit a log file size by specifying a maximum size in bytes in //Rotate log files after reaching// box. Supported units are ''K'', ''M'' and ''G''. If a log file reaches the configured limit, it is archived to a file with extension ''.1'', ''.2'', etc. You can limit number of archived log files using //Delete old logs files, keep ... files// checkbox. | ||
+ | |||
+ | If you enable logging to file in mid-session the past events will not be written to the log retrospectively. Note that to log several sessions simultaneously to file, you need to ensure unique names of the log files (e.g. using some of the patterns above). Passwords are not written to log file. | ||
+ | |||
+ | Tick //Log passwords and other sensitive information// to turn off obfuscation of passwords and other sensitive information in session log. It is useful when debugging authentication issues. Note that sensitive information passed on [[commandline|command-line]] are logged even with the option turned off. | ||
===== XML log ===== | ===== XML log ===== |