137
edits
(Revert adding category Thunderbird:Debugging as this category does not exist) |
(→OpenPGP log: updating logging for tb126+) |
||
| Line 51: | Line 51: | ||
=== OpenPGP log === | === OpenPGP log === | ||
==== Thunderbird version 126 and up ==== | |||
To view more logging about OpenPGP related processing | |||
* Open Settings > General and search for about:config (Config Editor) | |||
* Use the search box on top to find the <code>openpgp.loglevel</code> preference and set it to the desired level. Use <code>All</code> for maximal verbosity. The default is <code>Warn</code> which will log only errors and warnings. | |||
It is not necessary to restart Thunderbird - logging starts immediately. | |||
You can view the output at Tools > Developer > Error Console (Ctrl+Shift+J). | |||
To expose timestamps, click the gear icon in top-right of the Error Console, turn on "Show Timestamps". | |||
Logs are also available on native console. | |||
==== Thunderbird version 125 and below ==== | |||
To view some details about the processing of messages, you may set a preference in Thunderbird: | To view some details about the processing of messages, you may set a preference in Thunderbird: | ||
* Open menu Edit→Preferences→General, find the Config Editor. | * Open menu Edit→Preferences→General, find the Config Editor. | ||
* Add a new preference of the name <code>temp.openpgp.logDirectory</code> and set it to a string value, which must be the full name of a temporary directory, for example on Linux or macOS you could use value <code>/tmp/</code>. | * Add a new preference of the name <code>temp.openpgp.logDirectory</code> and set it to a string value, which must be the full name of a temporary directory, for example on Linux or macOS you could use value <code>/tmp/</code>. | ||
edits