137
edits
(Added various IMAP option and Filters) |
(→Environment Variables to set: add note about MOZ_LOG_FILE .moz_log extension (added in bug 1574882)) |
||
| Line 45: | Line 45: | ||
#* recommended (optional) '''",timestamp"''' : a timestamp string is added to all log entries - recommended for all timeouts and issues which need to be correlated to an action at a given time of day <small>(as of 2009-05-13 3.0b3pre builds)</small> | #* recommended (optional) '''",timestamp"''' : a timestamp string is added to all log entries - recommended for all timeouts and issues which need to be correlated to an action at a given time of day <small>(as of 2009-05-13 3.0b3pre builds)</small> | ||
#* optional ",sync" : Buffering in log writing is disabled, so latest log data can be seen by ad-hoc copy of log file | #* optional ",sync" : Buffering in log writing is disabled, so latest log data can be seen by ad-hoc copy of log file | ||
# '''MOZ_LOG_FILE''' - Path to the log file | # '''MOZ_LOG_FILE''' - Path (with name) to the log file | ||
#* If MOZ_LOG_FILE is not set, then the output will be logged to the console where the application was launched. | #* If MOZ_LOG_FILE is not set, then the output will be logged to the console where the application was launched. | ||
#* Since Thunderbird 70, the .moz_log extension will be added to the file name | |||
Note: | Note: | ||
* The log file is written over every time you re-launch the | * The log file is written over every time you re-launch the mMzilla application. | ||
* You must have write access to the directory of the log file. | * You must have write access to the directory of the log file. | ||
edits