From 88608b10c591c11fbb4aaf15774ec5bab7026f7b Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Mon, 22 Jun 2020 12:47:49 -0700 Subject: [PATCH] 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 ``` --- sbt/src/main/resources/log4j2.xml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sbt/src/main/resources/log4j2.xml diff --git a/sbt/src/main/resources/log4j2.xml b/sbt/src/main/resources/log4j2.xml new file mode 100644 index 000000000..5fa86616d --- /dev/null +++ b/sbt/src/main/resources/log4j2.xml @@ -0,0 +1,2 @@ + +