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.
This commit is contained in:
parent
bb752df736
commit
43ce33b6cc
5 changed files with 54 additions and 11 deletions
|
@ -498,6 +498,7 @@ struct Values {
|
|||
bool reporting_services;
|
||||
bool quest_flag;
|
||||
bool disable_macro_jit;
|
||||
bool extended_logging;
|
||||
|
||||
// Misceallaneous
|
||||
std::string log_filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue