Skip to content

Commit

Permalink
security says no list.add
Browse files Browse the repository at this point in the history
  • Loading branch information
sschr15 committed Dec 18, 2023
1 parent 0c6c83c commit 0e56670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ appender("CONSOLE", ConsoleAppender) {
target = defaultTarget
}

def loggers = ["CONSOLE"]
def loggers = new ArrayList(["CONSOLE"])

if (logUrl != null) {
appender("DISCORD_WEBHOOK", DiscordLogAppender) {
Expand Down

0 comments on commit 0e56670

Please sign in to comment.