Releases: webinertia/webinertia-log
Releases · webinertia/webinertia-log
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Removes writer creation from configuration and moves it to the listener factory.
This allowed adding db writer support if db configuration is discovered. If not it will attach a Stream writer that will write via a json formatter.
The stream writer expects the log file to live at the following location:
/data/log/app.log
To use the db writer you must configure a laminas-db adapter instance via the top level config key 'db'. Please see the laminas docs for more information on how to set up a connection.