Skip to content

Fix Log Levels #95

Open
Open
@willarmiros

Description

@willarmiros

Right now, "prod" log level is set to info: https://github.com/aws/aws-xray-daemon/blob/master/pkg/logger/log_config.go

We should configure it to "Error" level, since we state in the docs that it's the least verbose. This is arguably a breaking change since prod is the default log level, but we can discuss whether that is truly the case given the current behavior is incorrect.

We should also add a "silent" log level that suppresses all log messages.

Related: #62

Metadata

Metadata

Assignees

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