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

Allow log max size to not be set #1152

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Allow log max size to not be set #1152

merged 2 commits into from
Oct 25, 2024

Conversation

djmb
Copy link
Collaborator

@djmb djmb commented Oct 23, 2024

The max-size log opt is not valid for all logging drivers, such as syslog. Allow the option to be removed from the boot config with:

kamal proxy boot_config set --log-max-size=
or
kamal proxy boot_config set --log-max-size=""

Fix for #1143

The max-size log opt is not valid for all logging drivers, such as
syslog. Allow the option to be removed from the boot config with:

```
kamal proxy boot_config set --log-max-size=
or
kamal proxy boot_config set --log-max-size=""
```
lib/kamal/cli/proxy.rb Outdated Show resolved Hide resolved
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
@djmb djmb merged commit b917d7c into main Oct 25, 2024
10 checks passed
@djmb djmb deleted the skip-log-max-size branch October 25, 2024 07:55
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