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

FEAT : CDE-348-rapport-derreur-bad-limiter-aux-erreurs-bloquantes : #77

Conversation

EryneKL
Copy link
Contributor

@EryneKL EryneKL commented Feb 7, 2024

 - changement des log.error en log.warn pour les erreurs non bloquantes.
 - changement du topic de destination pour les log.info et log.warn
 - ajout d'un topic de destination pour les log.warn

     - changement des log.error en log.warn pour les erreurs non bloquantes.
     - changement du topic de destination pour les log.info et log.warn
     - ajout d'un topic de destination pour les log.warn
<JSONLayout />
<Property name="bootstrap.servers">${kafkaServer}</Property>
<LevelRangeFilter minLevel="WARN" maxLevel="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
</Kafka>
<!-- CONSOLE -->
Copy link
Member

Choose a reason for hiding this comment

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

Je pense qu'il y a moyen de faire une seule et unique balise kafka
en jouant sur le minLevel et maxLevel

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Effectivement, c'est fait 👍

     - changement des log.error en log.warn pour les erreurs non bloquantes.
     - changement du topic de destination pour les log.info et log.warn
     - ajout d'un topic de destination pour les log.warn
@SamuelQuetin SamuelQuetin merged commit f481f19 into develop Feb 7, 2024
2 checks passed
@SamuelQuetin SamuelQuetin deleted the CDE-348-rapport-derreur-bad-limiter-aux-erreurs-bloquantes branch February 7, 2024 09:58
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.

2 participants