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

update log4j2properties.erb for [%node_name]%markers #1071

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2020

  1. update log4j2properties.erb for [%node_name]%markers

    elasticsearch.log : [2019-06-20T00:45:20,052][WARN ][o.e.c.l.LogConfigurator  ] [] Some logging configurations have %marker but don't have %node_name. We will automatically add %node_name to the pattern to ease the migration for users who customize log4j2.properties but will stop this behavior in 7.0. You should manually replace `%node_name` with `[%node_name]%marker ` in these locations:
      /etc/elasticsearch/elastic-elk1/log4j2.properties
    
    This is what this is doing.
    sferry authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8a8eda9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sferry/sferry-node_name-markers

    update log4j2properties.erb for [%node_name]%markers
    sferry authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9d71396 View commit details
    Browse the repository at this point in the history