Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
Keep logs with the application - used for apps deployed to individual users.
Otherwise, the log file is written to %USERPROFILE%/.<appname>/
- filename: <string>
Name of the log file to store errors. Default is "error.log".
Name of the log file to store errors. Default is "error.log". The file is generated in C:\Users\your-user\.your-app-name
*/
"logging": {
"use_userprofile": true,
Expand Down