Skip to content

Commit

Permalink
update dead link to the new file
Browse files Browse the repository at this point in the history
`log4j2.xml` was replaced by `log4j2-spring.xml` in #3951
  • Loading branch information
torgeirl authored Jun 7, 2023
1 parent f058b78 commit e61d48c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ logging.level.de.tudarmstadt.ukp.inception.security=TRACE

A custom logging configuration can be specified when starting up {product-name} using the parameter
`-Dlogging.config=/path/to/your/log4.xml`. This should be a standard Log4J2 configuration file.
A good starting point is the default configuration used by {product-name} which can be found in link:https://github.com/inception-project/inception/blob/main/inception/inception-app-webapp/src/main/resources/log4j2.xml[our code repository].
A good starting point is the default configuration used by {product-name} which can be found in link:https://github.com/inception-project/inception/blob/main/inception/inception-app-webapp/src/main/resources/log4j2-spring.xml[our code repository].

== Logging in JSON format

Expand Down

0 comments on commit e61d48c

Please sign in to comment.