Quantcast
Channel: Prowareness Developer's Blog » Symfony
Viewing all articles
Browse latest Browse all 5

Maintaining Logs in Symfony

$
0
0
Steps for setting up error reporting in Symfony You can set up the Error Reporting Level, in myapp/config/settings.yml prod: .settings: error_reporting:  257 dev: .settings: error_reporting:  4095 4095 is a shortcut for E_ALL | E_STRICT 257 stands for E_ERROR | E_USER_ERROR (the default value for every new environment) Symfony can log a lot of custom events. […]

Viewing all articles
Browse latest Browse all 5

Trending Articles