Skip to content

Commit

Permalink
Fix bad rebase.
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lee <austin@aryn.ai>
  • Loading branch information
austintlee committed Jan 19, 2024
1 parent 1fd4fdf commit 2c2d4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Security

[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
<<<<<<< HEAD
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.12...2.x
=======
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.11...2.x
>>>>>>> 37a5dd041f2 (Bump JNA version from 5.5 to 5.13.)
4 changes: 2 additions & 2 deletions distribution/src/config/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ status = error
appender.console.type = Console
appender.console.name = console
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %style{[%d{ISO8601}]}{FG_Red BG_White} %highlight{[%-5p][%-25c{1.}]} %style{[%node_name]}{FG_Magenta BG_White} %style{<%t>}{bright green} %style{[%M]}{bright magenta} : %marker %style{%m}{FG_Black BG_Yellow}%n
appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n

#[%d{ISO8601}][%-5p][%-25c{1.}] [%node_name]%marker %m%n

Expand Down Expand Up @@ -67,7 +67,7 @@ appender.rolling_old.strategy.action.condition.nested_condition.type = IfAccumul
appender.rolling_old.strategy.action.condition.nested_condition.exceeds = 2GB
################################################

rootLogger.level = debug
rootLogger.level = info
rootLogger.appenderRef.console.ref = console
rootLogger.appenderRef.rolling.ref = rolling
rootLogger.appenderRef.rolling_old.ref = rolling_old
Expand Down

0 comments on commit 2c2d4bd

Please sign in to comment.