You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
This discussion was created from the release 0.0.5.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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.
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.
This discussion was created from the release 0.0.5.
Beta Was this translation helpful? Give feedback.
All reactions