You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new change that logs are disabled by default and users have to enable verbose logs, most support issues start like this:
user1 shares a log with no verbose logs
user2 asks them to turn on verbose logs and run things again and share another log
Feature description
To prevent that, we could check if the file includes the string Logs are disabled and don't allow uploading the log file until the user solves that by enabling verbose logs and running the game again.
Problem description
With the new change that logs are disabled by default and users have to enable verbose logs, most support issues start like this:
Feature description
To prevent that, we could check if the file includes the string
Logs are disabled
and don't allow uploading the log file until the user solves that by enabling verbose logs and running the game again.Alternatives
I don't know, that was my first idea
Additional information
I made this other PR that should also help #4220
The text was updated successfully, but these errors were encountered: