Monitorr / logarr

“Logarr” is a self-hosted PHP web app that consolidates, formats, and displays log and text files for easy analysis and monitoring.
https://github.com/Monitorr
MIT License
278 stars 12 forks source link

FEAT: Automatically rolling #91

Open rob1998 opened 6 years ago

rob1998 commented 6 years ago

Role log automatically when user's x log is over x size.

seanvree commented 6 years ago

Yup. Good feature

rob1998 commented 6 years ago

Developed

seanvree commented 4 years ago

Not working in alpha, no function is associated with this option.

Option is hidden in logarr.css until bug is resolved:

/* TODO / Hide option until BUG is resolved */
div[data-alpaca-container-item-name="autoRollSize"] {
    display: none !important;
}