mirror of https://github.com/sbt/sbt.git
Add default log4j2.xml
This should fix the errors that are sometimes seen with abrupt sbt shutdowns: ``` 2020-06-22 12:46:33,475 shutdown-hooks-run-all ERROR No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2 ```
This commit is contained in:
parent
9f9bb9daa2
commit
88608b10c5
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration/>
|
||||
Loading…
Reference in New Issue