diff options
| author | 2018-01-13 16:23:12 -0500 | |
|---|---|---|
| committer | 2018-01-13 16:23:12 -0500 | |
| commit | 95ce47177478227e300d5124c6797a1328e2aec8 (patch) | |
| tree | 88d2f51f75892e27eac7ec2dc1a1886e129613ee /src/yuzu_cmd/config.cpp | |
| parent | yuzu: Update license text to be consistent across project. (diff) | |
| download | yuzu-95ce47177478227e300d5124c6797a1328e2aec8.tar.gz yuzu-95ce47177478227e300d5124c6797a1328e2aec8.tar.xz yuzu-95ce47177478227e300d5124c6797a1328e2aec8.zip | |
config: Default log filter to trace.
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
| -rw-r--r-- | src/yuzu_cmd/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index df94ce839..e5be72213 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp | |||
| @@ -100,7 +100,7 @@ void Config::ReadValues() { | |||
| 100 | sdl2_config->GetBoolean("Data Storage", "use_virtual_sd", true); | 100 | sdl2_config->GetBoolean("Data Storage", "use_virtual_sd", true); |
| 101 | 101 | ||
| 102 | // Miscellaneous | 102 | // Miscellaneous |
| 103 | Settings::values.log_filter = sdl2_config->Get("Miscellaneous", "log_filter", "*:Info"); | 103 | Settings::values.log_filter = sdl2_config->Get("Miscellaneous", "log_filter", "*:Trace"); |
| 104 | 104 | ||
| 105 | // Debugging | 105 | // Debugging |
| 106 | Settings::values.use_gdbstub = sdl2_config->GetBoolean("Debugging", "use_gdbstub", false); | 106 | Settings::values.use_gdbstub = sdl2_config->GetBoolean("Debugging", "use_gdbstub", false); |