New Features
- Exposes a
log_to_file
function that can be used to easily swap out
the std.log function such that it writes logs to alog
file in your
current working directory instead of writing to STDOUT. - Uses the
log_to_file_path
variable, if set in the root file, as the
log file destination.