From 20af28ec0651da256e2c9ccefc868ea028c73a4a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 4 Jul 2020 16:59:49 +0200 Subject: Enable file logging by default on desktops to help with troubleshooting - Use the `.log` file extension (recognized on Windows out of the box) to better hint that generated files are logs. Some editors provide dedicated syntax highlighting for those files. - Use an underscore to separate the basename from the date and the date from the time in log filenames. This makes the filename easier to read. - Keep only 5 log files by default to decrease disk usage in case messages are spammed. --- doc/classes/ProjectSettings.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 6a7a6b84f6..c8427ac61f 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -802,10 +802,12 @@ If [code]true[/code], logs all output to files. - + + + Path to logs within the project. Using an [code]user://[/code] path is recommended. - + Specifies the maximum amount of log files allowed (used for rotation). -- cgit v1.2.3