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

cephadm: fix logging defaults #32641

Merged
merged 1 commit into from Jan 18, 2020
Merged

Commits on Jan 17, 2020

  1. cephadm: fix logging defaults

    - prefix stderr log lines with 'debug '
    - send cluster log to stderr (only affects mons)
    - default to sending cluser log to stderr only (not to file)
    
    This aligns things with the container-y way, as we do
    with rook.  It means that if you want legacy behavior (log files),
    you have *2* settings to change:
    
     log_to_file = true
     mon_cluster_log_to_file = true
    
    We could default this to leave cluster log to file by default
    since they aren't that big (and we do have log rotation), but
    it's not as clean as it could be...
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    liewegas committed Jan 17, 2020
    Copy the full SHA
    d073591 View commit details
    Browse the repository at this point in the history