diff options
author | M&M <goldtextwitch@outlook.com> | 2020-07-29 10:25:37 -0700 |
---|---|---|
committer | M&M <goldtextwitch@outlook.com> | 2020-08-24 21:39:56 -0700 |
commit | 43ce33b6cced1d049f1cef3a9b1fddcfad8aef7c (patch) | |
tree | 3eb2d533a8edd88b54934aa35371fa7fb9d7bc30 /src/core/settings.h | |
parent | bb752df73676fa09e5d37df53ce5a464dd747111 (diff) |
logging/settings: Increase maximum log size to 100 MB and add extended logging option
The extended logging option is automatically disabled on boot but can be enabled afterwards, allowing the log file to go up to 1 GB during that session.
This commit also fixes a few errors that are present in the general debug menu.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 3681b5e9d..5a2f852fd 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -498,6 +498,7 @@ struct Values { bool reporting_services; bool quest_flag; bool disable_macro_jit; + bool extended_logging; // Misceallaneous std::string log_filter; |