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 7810d456ab0e3e8533dc69a6eae8861845508cc8 Mon Sep 17 00:00:00 2001 | ||
From 4f8c5cb5bace2a92578dd41227ed91a173e4b58c 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 22ce6779..a108e308 100644 | |
</build> | ||
diff --git a/log4j/pom.xml b/log4j/pom.xml | ||
new file mode 100644 | ||
index 00000000..4bb98d5a | ||
index 00000000..96702972 | ||
--- /dev/null | ||
+++ b/log4j/pom.xml | ||
@@ -0,0 +1,48 @@ | ||
|
@@ -50,13 +50,13 @@ index 00000000..4bb98d5a | |
+ <parent> | ||
+ <groupId>io.github.waterfallmc</groupId> | ||
+ <artifactId>waterfall-parent</artifactId> | ||
+ <version>1.20-R0.3-SNAPSHOT</version> | ||
+ <version>1.21-R0.1-SNAPSHOT</version> | ||
+ <relativePath>../pom.xml</relativePath> | ||
+ </parent> | ||
+ | ||
+ <groupId>io.github.waterfallmc</groupId> | ||
+ <artifactId>waterfall-log4j</artifactId> | ||
+ <version>1.20-R0.3-SNAPSHOT</version> | ||
+ <version>1.21-R0.1-SNAPSHOT</version> | ||
+ <packaging>jar</packaging> | ||
+ | ||
+ <name>Waterfall-Log4J</name> | ||
|