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

Added path.logs and made logging to files the default #1437

Merged
merged 3 commits into from
Apr 21, 2016

Commits on Apr 20, 2016

  1. Added path.logs and made logging to files the default

    This adds the `-path.logs` CLI flag and corresponding config file
    setting. By default it's set to `{path.home}/logs`. The rotating
    file writer now writes to this path by default.
    
    For DEB/RPM, the logs path is set to `/var/log/{beatname}` which
    matches the previous default location. However, this is a breaking
    change because the previous default was to send the logs to syslog.
    
    Part of elastic#1371.
    Tudor Golubenco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    15192ad View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG

    Tudor Golubenco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    be54fa4 View commit details
    Browse the repository at this point in the history
  3. Removed unreachable code

    Tudor Golubenco committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    bf8dda3 View commit details
    Browse the repository at this point in the history