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(Container.orchestrator): add default log limit to created docker containers #5065

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

GregoryIvo
Copy link
Contributor

@GregoryIvo GregoryIvo commented Dec 13, 2023

Kura targets constrained devices, this sets a basic default log size so constrained devices are not overwhelmed by logs.

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Related Issue: This PR fixes/closes {issue number}

Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped

Screenshots: If applicable, add screenshots to help explain your solution

Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review

Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]

…ontainers

Kura targets constrained devices, this sets a basic default log size so contained devices are not overwhelmed by logs.
Comment on lines 155 to 156
description="Used to pass logger parameters to a container's logging driver. Example: max-buffer-size=4m, labels=location." type="String" cardinality="1"
required="false" default="" />
required="false" default="max-buffer-size=5m, max-file=2" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make the example consistent with the provided default.

@GregoryIvo GregoryIvo requested a review from mattdibi January 30, 2024 22:01
@mattdibi mattdibi merged commit 588c0a2 into eclipse-kura:develop Jan 31, 2024
3 checks passed
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