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
Do we want this to be separate from #91 ?
or merge it in one of the following ways:
1:
setting to set filesize for automatic rolling of log y when it is size x
when log y has a filesize of >= x then:
a notification that log is being rolled + rol log action
2:
setting to set filesize for automatic rolling and notification of log y when it is size x
setting to toggle automatic rolling + a setting to toggle large log notification
when log y has a filesize of >= x then:
if (notifcation = enabled) {a notification that log is being rolled}
if (rolling = enabled) {rol log action}
This way users can do notification + roll, or only notification/roll, or nothing at all (but all at the same file size)
3:
basically 2, but then with 2 settings for filesizes, 1 for notification and 1 for rolling
@rob1998 Yeah, my intent with this was just to simply make the "log files size" text yellow in the slider div if above X size, red above X size. This MAY not be needed since we now have the max line limit??
Feat: Add "large log" notification when user's x log is over x size.
The text was updated successfully, but these errors were encountered: