mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 07:46:38 +02:00
55c52c3693
You could already have something like:
log { source { !debug; all; } destination { file "ircd.%Y-%m-%d.log"; } }
But now you can also have:
log { source { !debug; all; } destination { file "%Y-%m-%d/ircd.log"; } }
This is especially useful if you output to multiple log files and then
want them grouped by date in a directory.