Skip to content

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

@diy1

Description

@diy1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions