add engine name to log file name

This commit is contained in:
frank 2022-05-06 23:39:32 -04:00
parent 86ca3eabec
commit ee119ecc7e
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,8 @@
generate documentation from comments, get resource function, automatically
update animations, add arguments list to animation call, queue multiple calls
to animation, print list of chunk and music decoders available, allow nodes
that aren't connected to root, add imagemagick to library, add curl to library
that aren't connected to root, add imagemagick to library, add curl to library,
fail if command line flag is unrecognized
:) SWEATY HANDS :) OILY SNACKS :) AND BAD HYGIENE :)

View File

@ -89,8 +89,8 @@ void Configuration::set_defaults()
{"debug-to-stdout", false},
{"debug-to-file", false},
{"ouput-directory", "."},
{"info-file-name", "log.txt"},
{"debug-file-name", "debug_log.txt"}
{"info-file-name", "space_box_log.txt"},
{"debug-file-name", "space_box_debug_log.txt"}
};
sys_config["configuration"] = {
{"auto-refresh", false},