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

feature: log inbound context log to logger #3254

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

jonathanlukas
Copy link
Contributor

@jonathanlukas jonathanlukas commented Sep 10, 2024

Description

Related issues

closes #

Checklist

  • PR has a milestone or the no milestone label.

@jonathanlukas jonathanlukas self-assigned this Sep 10, 2024
@jonathanlukas jonathanlukas requested a review from a team as a code owner September 10, 2024 12:01

public DefaultInboundConnectorContextFactory(
final ObjectMapper mapper,
final InboundCorrelationHandler correlationHandler,
final SecretProviderAggregator secretProviderAggregator,
final ValidationProvider validationProvider,
final OperateClientAdapter operateClientAdapter) {
final OperateClientAdapter operateClientAdapter,
final boolean logWithLogger) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would not use the regular logging infra config. Just log debug and customers can enable the respective logger if they like to using env vars or an external logging config.

They can also just look into the rest endpoint.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So no configurability at all. Instead just a debug logging that can be toggled? I am fine with that as well.

@jonathanlukas jonathanlukas added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit 3fc1c1f Sep 11, 2024
10 checks passed
@jonathanlukas jonathanlukas deleted the feat/log-from-inbound-context-log branch September 11, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants