Skip to content

Commit

Permalink
Merge pull request #4057 from torgeirl/update-link-to-log4j2-example
Browse files Browse the repository at this point in the history
update dead link to the new file
  • Loading branch information
reckart authored Jun 7, 2023
2 parents f058b78 + e61d48c commit 63da2a6
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 63da2a6

Please sign in to comment.