potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

LOGS_REFRESH and LOGS_MAX not working #115

Closed tito10047 closed 7 years ago

tito10047 commented 7 years ago

Hi. Im set this in my config.user.php

"globals": {
    "LOGS_MAX": 50,
    "LOGS_REFRESH": 60,
}

but has not efect. when I open pimp then refresh is set to no refresh and logs is set to 10.

Im try modify global constant, but nothings changed.

potsky commented 7 years ago

I think that you have overwritten these settings in each file configuration with the max and the effect settings. Try to remove these settings and defaults will be used.

tito10047 commented 7 years ago

yes. you have a right 👍 . thanks.