awslabs / aws-c-common

Core c99 package for AWS SDK for C. Includes cross-platform primitives, configuration, data structures, and error handling.
Apache License 2.0
263 stars 159 forks source link

Task scheduler: log at TRACE, instead of DEBUG #1115

Closed graebm closed 6 months ago

graebm commented 6 months ago

Issue: An aws-c-s3 user shared a snippet of logs, captured at DEBUG level. 90% of lines were from task-scheduler. The task scheduler is heavily used by low level systems, which typically log at TRACE level.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.