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
We should support the default console logger and logging format configuration. A user should be able to select the logging format as console and pass a format string like (asctime)s %(name)-12s %(levelname)-8s %(message)s
Acceptance Criteria
vdk-structlog supports default console logger and logging configuration
The text was updated successfully, but these errors were encountered:
Solves: [vdk-structlog: support the default console logger and logging
configuration#2903](#2903)
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Overview
We should support the default console logger and logging format configuration. A user should be able to select the logging format as
console
and pass a format string like(asctime)s %(name)-12s %(levelname)-8s %(message)s
Acceptance Criteria
The text was updated successfully, but these errors were encountered: