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

Commits on Oct 23, 2024

  1. Allow log max size to not be set

    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=""
    ```
    djmb committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9a8a450 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update lib/kamal/cli/proxy.rb

    Co-authored-by: Sijawusz Pur Rahnama <[email protected]>
    djmb and Sija authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1980a79 View commit details
    Browse the repository at this point in the history