forked from PaperMC/Waterfall
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 83af30c407017a938ffaad29767edad2831e7105 Mon Sep 17 00:00:00 2001 | ||
From a757854c22bcad41ee94e13fdd5a13cbce0cd7ab Mon Sep 17 00:00:00 2001 | ||
From: Minecrell <[email protected]> | ||
Date: Fri, 22 Sep 2017 12:46:47 +0200 | ||
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for | ||
|
@@ -39,7 +39,7 @@ index 15546f07..5182b664 100644 | |
</build> | ||
diff --git a/log4j/pom.xml b/log4j/pom.xml | ||
new file mode 100644 | ||
index 00000000..f9a169cc | ||
index 00000000..4bb98d5a | ||
--- /dev/null | ||
+++ b/log4j/pom.xml | ||
@@ -0,0 +1,48 @@ | ||
|
@@ -50,13 +50,13 @@ index 00000000..f9a169cc | |
+ <parent> | ||
+ <groupId>io.github.waterfallmc</groupId> | ||
+ <artifactId>waterfall-parent</artifactId> | ||
+ <version>1.20-R0.2-SNAPSHOT</version> | ||
+ <version>1.20-R0.3-SNAPSHOT</version> | ||
+ <relativePath>../pom.xml</relativePath> | ||
+ </parent> | ||
+ | ||
+ <groupId>io.github.waterfallmc</groupId> | ||
+ <artifactId>waterfall-log4j</artifactId> | ||
+ <version>1.20-R0.2-SNAPSHOT</version> | ||
+ <version>1.20-R0.3-SNAPSHOT</version> | ||
+ <packaging>jar</packaging> | ||
+ | ||
+ <name>Waterfall-Log4J</name> | ||
|