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
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
Utilizing Enable-UDLogging allows a great way to track debugging info on the site. However, if left to it's own devices it can get quite large.
Describe the solution you'd like
Add new parameters to help curb total size of the log, or backend action of UD to roll the log into archive logs once it reaches a certain size.
-Logsize : maximum log size in mb
-logdays : maximum amount of days logs are kept for
-archive : action allows UD to take existing logfile specified in -FilePath and rename it to an archive log with date range of logfiles. If archive exists beyond the logdays parameter it will delete that archive, otherwise it will keep it.
Describe how this would improve your Universal Dashboard Quality of Life
This will allow customization of length of time to keep a log, as well as curb the size of the logfiles so that they are easier to open and look through. Archive functionality would improve being able to keep some historic data if necessary, in sizable chunks for consumption.
Describe alternatives you've considered
Writing my own scheduled task to do this work on the webserver.
The text was updated successfully, but these errors were encountered:
Is your Enhancement request related to a problem?
Utilizing Enable-UDLogging allows a great way to track debugging info on the site. However, if left to it's own devices it can get quite large.
Describe the solution you'd like
Add new parameters to help curb total size of the log, or backend action of UD to roll the log into archive logs once it reaches a certain size.
-Logsize : maximum log size in mb
-logdays : maximum amount of days logs are kept for
-archive : action allows UD to take existing logfile specified in -FilePath and rename it to an archive log with date range of logfiles. If archive exists beyond the logdays parameter it will delete that archive, otherwise it will keep it.
Describe how this would improve your Universal Dashboard Quality of Life
This will allow customization of length of time to keep a log, as well as curb the size of the logfiles so that they are easier to open and look through. Archive functionality would improve being able to keep some historic data if necessary, in sizable chunks for consumption.
Describe alternatives you've considered
Writing my own scheduled task to do this work on the webserver.
The text was updated successfully, but these errors were encountered: