summaryrefslogtreecommitdiff
path: root/doc/classes/ProjectSettings.xml
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-30 18:33:43 +0100
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-12-30 18:39:50 +0100
commitbd0b7003e0ab9aececa38cbe5d97e2ce2eb3946a (patch)
tree5f1430e450003cc32f001c3ac2856a43eab03d56 /doc/classes/ProjectSettings.xml
parent6010c49424b4e5a1110b6c5a17ef2fdbfc398067 (diff)
Document the desktop-only file logging setting override
This closes https://github.com/godotengine/godot-docs/issues/4505.
Diffstat (limited to 'doc/classes/ProjectSettings.xml')
-rw-r--r--doc/classes/ProjectSettings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index e856d1ea9c..6392713985 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -869,6 +869,7 @@
If [code]true[/code], logs all output to files.
</member>
<member name="logging/file_logging/enable_file_logging.pc" type="bool" setter="" getter="" default="true">
+ Desktop override for [member logging/file_logging/enable_file_logging], as log files are not readily accessible on mobile/Web platforms.
</member>
<member name="logging/file_logging/log_path" type="String" setter="" getter="" default="&quot;user://logs/godot.log&quot;">
Path to logs within the project. Using an [code]user://[/code] path is recommended.