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
Is your feature request related to a problem? Please describe.
It would be useful to have an option to specify a custom path when using outputServerLog, allowing logs to be saved in specific subdirectories within the logs folder.
I suggest you use a custom logger resource for that. So you will have full control over logging info and log format. You can integrate Loki if you want.
Your own logging system can parse this:
exports.logger:Log("Money", "%s sends %d to %s ", playerFrom, count, playerTo)
Is your feature request related to a problem? Please describe.
It would be useful to have an option to specify a custom path when using outputServerLog, allowing logs to be saved in specific subdirectories within the logs folder.
Benefits:
Describe the solution you'd like
This would save the log under logs/anticheat/2025-02-06.log.
Describe alternatives you've considered
No response
Additional context
No response
Security Policy
The text was updated successfully, but these errors were encountered: