summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/default_ini.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-01-13 16:23:12 -0500
committerGravatar bunnei2018-01-13 16:23:12 -0500
commit95ce47177478227e300d5124c6797a1328e2aec8 (patch)
tree88d2f51f75892e27eac7ec2dc1a1886e129613ee /src/yuzu_cmd/default_ini.h
parentyuzu: Update license text to be consistent across project. (diff)
downloadyuzu-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.h2
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
159log_filter = *:Info 159log_filter = *:Trace
160 160
161[Debugging] 161[Debugging]
162# Port for listening to GDB connections. 162# Port for listening to GDB connections.