Skip to content

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:

  1. error.log: for levels ERROR, CRITICAL, ALERT, EMERGENCY
  2. info.log: for levels INFO, NOTICE, WARNING
  3. debug.log: for level DEBUG

Debug

The debug logs are only available if DEBUG=true in the environment variables.

Clone this wiki locally