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/default_ini.h | |
| 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/default_ini.h')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index b7b8abe1e..e7941eceb 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -156,7 +156,7 @@ region_value = | |||
| 156 | [Miscellaneous] | 156 | [Miscellaneous] |
| 157 | # A filter which removes logs below a certain logging level. | 157 | # A filter which removes logs below a certain logging level. |
| 158 | # Examples: *:Debug Kernel.SVC:Trace Service.*:Critical | 158 | # Examples: *:Debug Kernel.SVC:Trace Service.*:Critical |
| 159 | log_filter = *:Info | 159 | log_filter = *:Trace |
| 160 | 160 | ||
| 161 | [Debugging] | 161 | [Debugging] |
| 162 | # Port for listening to GDB connections. | 162 | # Port for listening to GDB connections. |