mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-07 05:40:06 +00:00
[Request] Add option to save DIC console output into a log file. #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nightson on GitHub (Jan 1, 2019).
Originally assigned to: @Jakz on GitHub.
I always save whatever DIC outputs in the console for future reference. Could you add an option in DICUI to automatically save DIC output into a log file?
For example:
MYSTJ.log
@mnadareski commented on GitHub (Jan 28, 2019):
Most of the outputs are captured individually in the many, MANY output files that DIC outputs. Output redirection from the console is something that we will be exploring as we get the full output redirected to our window.
@Jakz commented on GitHub (Jan 29, 2019):
@mnadareski which output is currently not redirected to the log window? I was investigating the code, we should be able to mimic output to
LogWindowalso to a file with some proper management for parsing of\rhacks used by DIC but for general output (so when no dump is currently being made) we should use a separate main log file which could complicate things.@mnadareski commented on GitHub (Jan 29, 2019):
I think it's just the dump status and how far it got doesn't always get captured. Honestly, I can't think of anything else that ISN'T captured in all 50 output files.
@mnadareski commented on GitHub (Mar 10, 2021):
Though not strictly going to a log, having the output go to the log output which can then be saved is a reasonable compromise.
@nightson commented on GitHub (May 15, 2021):
Thanks for the hard work! I still think saving the output to a log file would be a nice touch because it enables us to have an quick overview of what was happening during the dumping process without looking though the individual logs.