Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose function to enable debug logging #108

Closed
wants to merge 1 commit into from
Closed

Conversation

dnanuti
Copy link
Contributor

@dnanuti dnanuti commented Jan 18, 2024

Draft function to enable CRT logs for debug purposes

Description

We need a user friendly way to enable logs for debugging purposes. This is a rough method to do this.

Additional context

Related items

Testing

  • Ran an E2E test locally

By submitting this pull request, I confirm that my contribution is made under the terms of BSD 3-Clause License and I agree to the terms of the LICENSE.

@@ -1,6 +1,6 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# // SPDX-License-Identifier: BSD
from s3torchconnectorclient import S3Exception
from s3torchconnectorclient import S3Exception, enable_debug_logging
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking out loud - perhaps we also need a wrapper on the Python side of things that takes in a logging config and a log level and configures the logging module like below, but with the passed in parameters:

logging.basicConfig(
    format="%(levelname)s %(name)s %(asctime)-15s %(filename)s:%(lineno)d %(message)s"
)
logging.getLogger().setLevel(LOG_TRACE)

Draft function to enable CRT logs for debug purposes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant