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

Fix creation of tmp log files #1327

Merged
merged 4 commits into from
Mar 2, 2022

Conversation

stmaute
Copy link
Contributor

@stmaute stmaute commented Mar 2, 2022

Because of a bug in logback core library there are created many tmp files when the log file appender feature is used.
These files aren't deleted by logback after compressing the log files.
This PR fixes the issue by removing the property in the logback.xml of each Ditto service.

Stefan Maute added 3 commits March 2, 2022 08:48
… core which causes the creation of tmp files that are never deleted;

add possibility to configure clean up of old log files and archives at start up;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
…ion-operating.md;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
@stmaute stmaute added this to the 2.4.0 milestone Mar 2, 2022
…xml;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
Copy link
Member

@thjaeckle thjaeckle left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@thjaeckle thjaeckle merged commit 194d28b into eclipse-ditto:master Mar 2, 2022
@thjaeckle thjaeckle deleted the bugfix/ditto-tmp-log-files branch March 2, 2022 10:59
This pull request was closed.
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