We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259fe6d commit 3fd2290Copy full SHA for 3fd2290
src/main/java/com/arangodb/entity/LogLevelEntity.java
@@ -27,7 +27,7 @@
27
public class LogLevelEntity {
28
29
public enum LogLevel {
30
- FATAL, ERROR, WARNING, INFO, DEBUG, DEFAULT;
+ FATAL, ERROR, WARNING, INFO, DEBUG, TRACE, DEFAULT;
31
}
32
33
private LogLevel agency;
0 commit comments