Hi, I have the attached logger.inc.php configuration file added in our project. Then in the code, I get a logger with the following code:
$log = Logger::getLogger('warehouse');
However all log lines are written into root logger's appender and the
appender file for 'warehouse' logger remains empty.
What am I missing?
---
Quis custodiet ipsos custodes?
<<attachment: logger.inc.php>>
