Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feature request: Enable/disable ANSI or colored output logging #11351

@simbleau

Description

@simbleau

What problem does this solve or what need does it fill?

Some targets support ANSI, but the logs are aggregated into a source that doesn't, e.g. DataDog or AWS CloudWatch.

Specifically, I use CloudWatch on AWS, where ANSI is not supported.

Enter, this:
image

What solution would you like?

Additional field on LogPlugin:

LogPlugin {
    filter,
    level,
    colored: true (default)
}

What alternative(s) have you considered?

Without this, you have to install your own tracing subscriber and things get complicated with lots of cfg directives.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-DiagnosticsLogging, crash handling, error reporting and performance analysisC-FeatureA new feature, making something new possibleD-TrivialNice and easy! A great choice to get started with Bevy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions