mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 13:36:38 +02:00
bc9e17aeb0
Any \n's will be expanded to multiple lines. * For JSON disk logging there is no change. * For text disk logging it will show as: [time] facility subsys.CODE+ [time] facility subsys.CODE+ [time] facility subsys.CODE So a plus sign is added if another message is to follow. * For notices to opers/snomasks exactly the same (plus sign if needed). Untested. More changes to follow eg to notice dropping the json in the followup msgs. This also changes the logging format for text disk to match the output on server notices, we no longer log as: [TS] facility subsystem event_code: msg.... But as: [TS] facility subsystem.event_code: msg....