Skip to content

Commit

Permalink
Merge pull request #32 from abes-esr/FIX_level_error
Browse files Browse the repository at this point in the history
FIX_level_error :
  • Loading branch information
SamuelQuetin authored Feb 28, 2024
2 parents c6b3c05 + b640423 commit 75d02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/abes/logskbart/utils/Level.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package fr.abes.logskbart.utils;

public enum Level {
INFO, ERROR
INFO, ERROR, WARN
}

0 comments on commit 75d02e1

Please sign in to comment.