Skip to content

Commit 3fd2290

Browse files
author
Mark
committed
added loglevel trace
1 parent 259fe6d commit 3fd2290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/entity/LogLevelEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class LogLevelEntity {
2828

2929
public enum LogLevel {
30-
FATAL, ERROR, WARNING, INFO, DEBUG, DEFAULT;
30+
FATAL, ERROR, WARNING, INFO, DEBUG, TRACE, DEFAULT;
3131
}
3232

3333
private LogLevel agency;

0 commit comments

Comments
 (0)