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

chore: Add DebugLogLevelEnabled property to default logger implementation #928

Merged
merged 7 commits into from
Jun 21, 2023

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The pull request introduces a new member DebugLogLevelEnabled. This member allows developers to enable or disable (default) the debug log level for the default logger. By using this, developers can access the debug logs without the need to create or configure a new logger.

Why is it important?

If developers only require access to the debug logs, it becomes simpler for them to obtain them.

Related issues

-

@HofmeisterAn HofmeisterAn added the chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups label Jun 21, 2023
@netlify
Copy link

netlify bot commented Jun 21, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 3ba259d
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6492faeb6482a60008c716db
😎 Deploy Preview https://deploy-preview-928--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@HofmeisterAn HofmeisterAn marked this pull request as ready for review June 21, 2023 13:28
@HofmeisterAn HofmeisterAn changed the title Feature/improve logging chore: Add DebugLogLevelEnabled property to default logger implementation Jun 21, 2023
@HofmeisterAn HofmeisterAn merged commit 1c92dcf into develop Jun 21, 2023
13 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/improve-logging branch June 21, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant