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

Support timestamp and logfile config options #389

Merged

Commits on Feb 15, 2017

  1. Support timestamp and logfile config options

    Add new class parameters "log_timestamp" and "log_file_name".
    
    log_timestamp is false by default; the "timestamp" option is only
    enabled in corosync.conf if log_timestamp => true.
    
    log_file_name is not set by default; the "logfile" option is only set in
    corosync.conf if log_file => true and log_file_name is an absolute path.
    If log_file_name is not an absolute path catalog compilation will fail.
    
    Includes spec tests and class parameter docs. This change is fully
    backwards compatible and does not change the contents of corosync.conf
    if the new parameters are left at their defaults.
    antaflos committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    cfa3f14 View commit details
    Browse the repository at this point in the history