The tulip.pkg.log
module exports the log
package. It registers a logging backend in JSON format.
Registering this package provides the following method and field extensions.
App.log_level: string|number
Sets the minimum log level to consider for all logging backends. Once the app is activated (in the call to app:run), if the level is a string, it is converted to a number.
The following middleware are registered and can be referenced by name in the configuration.
Registered if the tulip.pkg.middleware package is registered. Logs web requests.
The following wmiddleware (worker middleware) are registered and can be referenced by name in the configuration.
Registered if the tulip.pkg.wmiddleware package is registered. Logs processed worker messages.
commit 3ebfbd288b8e5c95fdf8ce2027a0e94cfa1c8976 Author: Martin Angers <martin.n.angers@gmail.com> Date: 2021-02-25T14:07:12-05:00 Update to reflect Request:validate_body