1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Document the desktop-only file logging setting override

This closes https://github.com/godotengine/godot-docs/issues/4505.
This commit is contained in:
Hugo Locurcio
2020-12-30 18:33:43 +01:00
parent 6010c49424
commit bd0b7003e0

View File

@@ -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.