diff --git a/config/packages/demo/monolog.yaml b/config/packages/demo/monolog.yaml index 5f85b9ef..55f975ac 100644 --- a/config/packages/demo/monolog.yaml +++ b/config/packages/demo/monolog.yaml @@ -10,6 +10,7 @@ monolog: type: stream path: "php://stderr" level: debug + include_stacktraces: true console: type: console process_psr_3_messages: false