Feature/150 cleaning logging#154
Conversation
|
9535f57 to
38f2401
Compare
|
|
- Updated error messages from French to English across multiple classes to improve consistency and readability. - Changed "Une erreur inattendue est survenue" to "An unexpected error has occurred". - Changed "Échec de l'opération" to "Operation failure". - Changed "Une erreur s'est produite" to "An error has occurred".
463782d to
59c58a6
Compare
remiceres
left a comment
There was a problem hiding this comment.
Good work! Everything is functioning as expected. I've made a few minor improvements:
-
Language Consistency: Some comments and messages were written in French. Please make sure to use English in all future contributions to maintain clarity and consistency throughout the project.
-
Redundant Logging Dependency: I removed
runtimeOnly("org.slf4j:slf4j-simple:2.0.9"), which was no longer necessary after integrating Log4j2. Keeping only one logging backend avoids conflicts and ensures cleaner runtime behavior. -
Logging Documentation: Great initiative on drafting a note to document the logging setup. However, I’ve migrated the content to the
corese-docsrepository. Internal "notes" are considered temporary and may be automatically deleted after a period of inactivity. Moving this documentation ensures it remains accessible, versioned, and properly maintained over time.
|
No description provided.