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

Add ability to select profiles that should not be logged #198

Closed
cspray opened this issue Aug 11, 2022 · 0 comments · Fixed by #202
Closed

Add ability to select profiles that should not be logged #198

cspray opened this issue Aug 11, 2022 · 0 comments · Fixed by #202
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cspray
Copy link
Owner

cspray commented Aug 11, 2022

Logging is important but there might be situations where the bootstrapped container should not log a specific profile. For example, logging in testing could easily lead to a ton of logs that don't provide very much help. In the <logging> bootstrap configuration we should be able to define a list of profiles that should be excluded.

@cspray cspray self-assigned this Aug 11, 2022
@cspray cspray added the enhancement New feature or request label Aug 11, 2022
@cspray cspray added this to the v1.4 Release milestone Aug 11, 2022
cspray added a commit that referenced this issue Aug 11, 2022
Logging what happens during tests can be very noisy. Introduces a
mechanism for excluding a profile from logging for this type of
scenario.

Fixes #198
cspray added a commit that referenced this issue Aug 11, 2022
Logging what happens during tests can be very noisy. Introduces a
mechanism for excluding a profile from logging for this type of
scenario.

Fixes #198
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant