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'm trying to set the log level based on environment application is running on, and that is not possible.
In my log file I always have all logged messages.
Dears,
I'm trying to set the log level based on environment application is running on, and that is not possible.
In my log file I always have all logged messages.
I.e.
Logger::CRITICAL = 1
Logger::INFO = 6
Comment to 1.2.4 phalcon setLogLevel method
I can see the message in log file, but shouldn't, because 6 is higher then 1.
Correct me if I'm wrong.
Thanks in advance,
Best Regards,
Alex
The text was updated successfully, but these errors were encountered: