-
Notifications
You must be signed in to change notification settings - Fork 0
Logging
Francis Santerre edited this page Feb 23, 2025
·
2 revisions
Logs files are written into var/logs.
Comply with PSR-3.
There are 3 files:
-
error.log: for levels
ERROR,CRITICAL,ALERT,EMERGENCY -
info.log: for levels
INFO,NOTICE,WARNING -
debug.log: for level
DEBUG
The debug logs are only available if DEBUG=true in the environment variables.