From 86ee5d1abf5c327f0f6ebc68ebbfd726d89bf060 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 27 Jul 2020 20:05:15 +0300 Subject: [PATCH] Enable file logging --- project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.godot b/project.godot index 845e709cd..1b8e89290 100644 --- a/project.godot +++ b/project.godot @@ -423,6 +423,10 @@ open_docs={ translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po" ) locale_filter=[ 0, [ ] ] +[logging] + +file_logging/enable_file_logging=true + [rendering] quality/driver/driver_name="GLES2"