Logging
You can configure your logger to send logs to Appsignal.Monolog
If you are usingMonolog, you can add an AppSignal handler to the Monolog handler stack that will send logs to AppSignal.
config/packages/monolog.yaml
'appsignal.monolog.handler' that uses the Appsignal\Integrations\Monolog\Handler class.
config/services.yaml
Stand-alone logger
You can also use the stand-alone logger and send logs to AppSignal using theAppsignal::log helper method. This method requires no configuration and will send logs only to AppSignal.
PHP