Hi,
Is it possible to add a config setting to customize the name of the log file?
In the write_log method (Log.php), you can customize the log file's directory and extension, but the 'log-'.date('Y-m-d') portion of $filepath cannot be changed.
Thanks!