Skip to content

Commit 30ce554

Browse files
committed
Rename debug_verbosity => diagnostic_level
1 parent 03dbee1 commit 30ce554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platforms/godot/configuration/options.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ Turns debug mode on or off. If `debug` is enabled, the SDK will print useful deb
2626

2727
In the Project Settings, this option appears as `Debug Printing` and defaults to `Auto`. When set to `Auto`, the `debug` is enabled in debug builds (such as the editor and debug exports), and disabled in release export.
2828

29+
You can control the verbosity using the `diagnostic_level` option.
30+
2931
</ConfigKey>
3032

31-
<ConfigKey name="debug_verbosity">
33+
<ConfigKey name="diagnostic_level">
3234

3335
Specifies the minimum level of messages to be printed if `debug` is turned on.
3436

0 commit comments

Comments
 (0)