Actions
Bug #481
openFix log level for erroneous messages
Start date:
2022-03-16
Due date:
% Done:
100%
Estimated time:
Patch Available:
Yes
Found in Versions:
Confirmed:
Yes
Branch:
Security:
No
Help Needed:
Description
Bip should display IRC errors sent by IRC servers using error
log level.
The current behaviour is:
13-10-2015 14:48:14 DEBUG: ":irc.server.local 432 * Pilou :Nickname too long, max. 9 characters
Files
Updated by Loïc Gomez over 1 year ago
- Assignee changed from Pierre-Louis Bonicoli to Loïc Gomez
I've got a change which logs with ERROR level for all unhandled IRC code 4xx messages.
But then I guess we don't necessarily want error level messages on 401 ERR_NOSUCHNICK or other like 404 ERR_CANNOTSENDTOCHAN as we might not want to consider user mistakes to be a BIP error, right ?
Also, do we want IRC errors to be logged into their context logfiles (channel, username) or in global BIP logfile ?
Updated by Pierre-Louis Bonicoli over 1 year ago
Then a log level between DEBUG
and ERROR
can be used for all 4XX messages ?
Updated by Loïc Gomez over 1 year ago
- Target version set to 0.10.0
- Patch Available changed from No to Yes
Updated by Loïc Gomez over 1 year ago
- File 0001-Log-unhandled-IRC-errors-as-LOG_INFO-in-bip.log.patch 0001-Log-unhandled-IRC-errors-as-LOG_INFO-in-bip.log.patch added
- Target version set to 0.10.0
With this I'm just adding plain logging of unhandled IRC errors at INFO log level into bip.log.
We can still discuss this ofc.
Actions