Skip to content

Commit d91ad4e

Browse files
committed
Left over when updating 5.0 branch
2 parents 6348e54 + 54a996b commit d91ad4e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spatial4j = 0.6
66
jts = 1.13
77
jackson = 2.8.1
88
snakeyaml = 1.15
9+
# When updating log4j, please update also docs/java-api/index.asciidoc
910
log4j = 2.6.2
1011
slf4j = 1.6.2
1112
jna = 4.2.2

docs/java-api/index.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ For example, you can define the latest version in your `pom.xml` file:
3535
</dependency>
3636
--------------------------------------------------
3737

38-
=== Log4J2 Logger
38+
=== Log4j 2 Logger
3939

40-
You need to also include Log4J2 dependencies:
40+
You need to also include Log4j 2 dependencies:
4141

4242
["source","xml",subs="attributes"]
4343
--------------------------------------------------
@@ -53,7 +53,7 @@ You need to also include Log4J2 dependencies:
5353
</dependency>
5454
--------------------------------------------------
5555

56-
And also provide a log4J2 configuration file in your classpath.
56+
And also provide a Log4j 2 configuration file in your classpath.
5757
For example, you can add in your `src/main/resources` project dir a `log4j2.properties` file like:
5858

5959

@@ -70,7 +70,7 @@ rootLogger.appenderRef.console.ref = console
7070

7171
=== Using another Logger
7272

73-
If you want to use another logger than Log4J2, you can use http://www.slf4j.org/[SLF4J] bridge to do that:
73+
If you want to use another logger than Log4j 2, you can use http://www.slf4j.org/[SLF4J] bridge to do that:
7474

7575
["source","xml",subs="attributes"]
7676
--------------------------------------------------

0 commit comments

Comments
 (0)