We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b1756 commit d45b9cbCopy full SHA for d45b9cb
1 file changed
src/tools/project.godot
@@ -5,10 +5,12 @@ config_version=4
5
[application]
6
7
config/name="godot-lua-pluginscript-unittest"
8
-config/use_custom_user_dir=true
9
-config/custom_user_dir_name="testdir"
10
11
[gdnative]
12
13
singletons=[ "res://addons/godot-lua-pluginscript/lua_pluginscript.gdnlib" ]
14
+[logging]
+
15
+file_logging/enable_file_logging.pc=false
16
+file_logging/log_path="testlogdir"
0 commit comments