<?xml version="1.0"?> <frameworkconfig> <production> <debug>0</debug> <log> <!-- Log instance name --> <name>Backend</name> <!-- Log level EMERG = 0; // Emergency: system is unusable ALERT = 1; // Alert: action must be taken immediately CRIT = 2; // Critical: critical conditions ERR = 3; // Error: error conditions WARN = 4; // Warning: warning conditions NOTICE = 5; // Notice: normal but significant condition INFO = 6; // Informational: informational messages DEBUG = 7; // Debug: debug messages Higher number = More sensitive logging --> <level>4</level> </log> </production> <staging extends="production"> <log> <level>7</level> </log> </staging> </frameworkconfig>