Skip to content
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

Extract verbosity as a separate field in the IR stream #16

Open
diy1 opened this issue Mar 2, 2023 · 0 comments
Open

Extract verbosity as a separate field in the IR stream #16

diy1 opened this issue Mar 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@diy1
Copy link
Contributor

diy1 commented Mar 2, 2023

Request

Currently verbosity is not tracked as a dedicated field in the IR stream (only as part of the log message). This creates a few issues when viewing the log with the log viewer:

  • Some verbosity cannot be correctly recognized. For example, the log viewer currently only recognize verbosities from Java loggers, so it may not correctly recognize certain Python logger's verbosity (e.g., WARNING and CRITICAL).
  • The log viewer needs to parse out the verbosity from the log message when the file is loaded. This is unnecessary given that verbosity is already tracked in the logging library.

Possible implementation

Track verbosity field in the IR stream format.

@diy1 diy1 added the enhancement New feature or request label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant