Skip to content

Commit

Permalink
Add missing logback import
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Sep 3, 2024
1 parent a24901c commit ae270e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/logback.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/


import ch.qos.logback.classic.Level
import ch.qos.logback.core.ConsoleAppender
import ch.qos.logback.core.joran.spi.ConsoleTarget
import org.quiltmc.community.DiscordLogAppender

Expand Down

0 comments on commit ae270e0

Please sign in to comment.