View Issue Details

IDProjectCategoryView StatusLast Update
0005546unrealircdpublic2021-11-01 10:40
Reportersyzop Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version6.0.0-beta1 
Summary0005546: U6: Logging code cleanup
DescriptionOur logging infrastructure is quite a mess. In particular:
1. Lack of appropriate logging classes, causing me (and others) to use LOG_ERROR pretty much everywhere. Have a look at general logging in various programs (non-IRC), list the various options and pros/cons.
2. At many places there are calls to send a message to ircops or snomasks and then a subsequent call to logging. It should be easier to do both at the same time, since now this creates laziness and one of the 2 is sometimes not done. sendto_realops_and_log was a first step, but there should probably be more... like for snomask messages + log, and ability to specify a log level/type/whatever (see point 1)
TagsNo tags attached.
3rd party modules

Activities

syzop

2021-11-01 10:39

administrator   ~0022145

Done in U6.

Issue History

Date Modified Username Field Change
2020-01-29 09:33 syzop New Issue
2020-01-29 09:34 syzop Summary Logging code cleanup => U6: Logging code cleanup
2021-11-01 10:39 syzop Assigned To => syzop
2021-11-01 10:39 syzop Status new => resolved
2021-11-01 10:39 syzop Resolution open => fixed
2021-11-01 10:39 syzop Fixed in Version => 6.0.0-beta1
2021-11-01 10:39 syzop Note Added: 0022145
2021-11-01 10:40 syzop View Status private => public