Skip to content

Commit

Permalink
Add link to open logger usage issue
Browse files Browse the repository at this point in the history
This commit adds comments linking to an open issue regarding updating
the logger usage check for the Log4j 2 API.
  • Loading branch information
jasontedor committed Aug 31, 2016
1 parent 1f6a4be commit 4e69ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class PrecommitTasks {
* use the NamingConventionsCheck we break the circular dependency
* here.
*/
// https://github.com/elastic/elasticsearch/issues/20243
// precommitTasks.add(configureLoggerUsage(project))
}

Expand Down
1 change: 1 addition & 0 deletions test/logger-usage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
testCompile "org.elasticsearch.test:framework:${version}"
}

// https://github.com/elastic/elasticsearch/issues/20243
// loggerUsageCheck.enabled = false

forbiddenApisMain.enabled = true // disabled by parent project
Expand Down

0 comments on commit 4e69ac0

Please sign in to comment.