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
I cleaned up about 500MB's of log files today.
Is it possible to get this cleaned up f.e. every 7 days, 30 days or any custom interval automatically ? :)
The text was updated successfully, but these errors were encountered:
Bit of an old thread, but wanted to share my solution using Windows command line:
del /q /f /s "logs_*.log"
You can run this command from the accweb directory. It will search through all subdirectories, delete all files starting with "logs_" and extension .log.
It will therefore keep the server.log file in the log directory, but delete all the old stuff from the logs directory.
As requested.
I cleaned up about 500MB's of log files today.
Is it possible to get this cleaned up f.e. every 7 days, 30 days or any custom interval automatically ? :)
The text was updated successfully, but these errors were encountered: