Logger Threshold doesn't work
Hi,
I changed the error log threshold from "info" to "warn". Still I see info messages in my log. I want to get rid of these info messages and I want to log only warn and error logs in the error log file.
I checked this link : http://cq-ops.tumblr.com/post/78113074496/how-to-suppress-informational-log-messages-from
But I dont want to create the log for any specific bundle or class. I want to have all warn/error logs at one place so the server maintenance team can identify the real problems more easily. Am I missing something in the configuration ?
Can someone help me how to achieve this ?