diff --git a/manuals/project-settings.md b/manuals/project-settings.md index 29b1560d..a21d2409 100644 --- a/manuals/project-settings.md +++ b/manuals/project-settings.md @@ -65,17 +65,17 @@ The title of the application. The version of the application. #### Write Log -When checked, the engine will write a log file. If running more than one instance from the editor the file will be named *instance_2_log.txt* with `2` being the instance index. If running a single instance or from a bundle the file will be named *log.txt* The location of the log file will be one of the following paths (tested in order): +When checked, the engine will write a log file. If running more than one instance from the editor the file will be named *instance_2_log.txt* with `2` being the instance index. If running a single instance or from a bundle the file will be named *log.txt* The location of the log file will be one of the following paths (tried in order): -1. The path specified in *project.log_dir* +1. The path specified in *project.log_dir* (hidden setting) 2. The system log path: * macOS/iOS: `NSDocumentDirectory` - * Android: `getExternalFilesDir()` + * Android: `Context.getExternalFilesDir()` * Others: Application root 3. The application support path * macOS/iOS: `NSApplicationSupportDirectory` * Windows: `CSIDL_APPDATA` (eg C:\Users\\AppData\Roaming) - * Android: `getFilesDir()` + * Android: `Context.getFilesDir()` * Linux: `HOME` environment variable #### Minimum Log Level