-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
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.
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
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy