Skip to content

Commit

Permalink
Site changes [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
defold-services committed Mar 7, 2025
1 parent 9556f96 commit e2abcba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manuals/project-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\<username>\AppData\Roaming)
* Android: `getFilesDir()`
* Android: `Context.getFilesDir()`
* Linux: `HOME` environment variable

#### Minimum Log Level
Expand Down

0 comments on commit e2abcba

Please sign in to comment.