OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Mail-News => Topic started by: Neil Waldhauer on September 30, 2021, 04:40:06 am

Title: Thunderbird logging
Post by: Neil Waldhauer on September 30, 2021, 04:40:06 am
I saw a recommendation to use the following for logging thunderbird. I want to help someone track down a mail bug.

thunderbird.exe 2>&1 | tee thunderbird.log

I've got a feeling this is the wrong kind of log to debug mail sending/receiving.

Thunderbird has some help on logging by setting two environment variables, but I don't know if that works. It does work, but I don't know what all the options mean.

Rem Thunderbird debugging
Set NSPR_LOG_MODULES=SMTP:4,POP3:4
Set NSPR_LOG_FILE=f:\var\temp\tbird_log.txt

I imagine this might be called transaction log or something like that.
Title: Re: Thunderbird logging
Post by: Dave Yeo on September 30, 2021, 08:20:19 am
Go to Tools-->Error Console and open it. Press Clear then try to reproduce your problem and see if anything interesting is logged by the error console, especially under the Errors button. Note that it is pretty verbose and most of the messages seem harmless.
Post anything that seems interesting.