-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structured Logging Phase 2 #4260
Comments
From my point of view, |
It's unclear to me if this is already covered by "improve look and feel", but the new logs are much less visually parsable in some cases. e.g. this output from
The old version:
|
@joellabes This was a bug. #4302 will resolve it. |
Phenomenal 😍 thank you! |
Describe the Feature
Individual tasks are ordered by expected release with high priority unfinished items at the top of the list.
1.0.0-RC2 (released 11/22)
add codes to log events #4268Add codes to all log events (re-work of PR #4268) #4319Version structured logging #4272version logging #4289{code: ..., msg: ... data:{<goes here>}}
structured logging: add data attributes to json log output #43011.0.0-RC3 (released 11/30)
1.0.0 (goal: merge by Fri 12/03)
Cleanup:
cache.py
) if and only if the--log-cache-events
flag is turned on only log events in cache.py when --log-cache-events is set #4369dbt clean
) Logging: restore previous (small) behaviors #4341dbt ls
+ workflow automation: set stdout logger to WARN level instead of INFO (see here + here), or better yet replaceprint()
here with an actual fired event that can be filtered on + piped out (??) Logging: restore previous (small) behaviors #4341README
to reflect current logging state--event-buffer-size
flag, recreateEVENT_HISTORY
once configured #4416dbt.log
should rollover at 10 mb, as before #4404 - Rollover + backup fordbt.log
#4405dbt.log.old
todbt.log.legacy
update file name #4402The text was updated successfully, but these errors were encountered: