You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: domain-models-api-interfaces/ramls/admin.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ traits:
40
40
example: "Internal server error, contact administrator"
41
41
/loglevel:
42
42
put:
43
-
description: Set logging level for all loggers in the JVM or just for a specific package / class
43
+
description: Set logging level for the comma separated list of class names. Use * as tailing wildcard to match all or specific loggers provided they have been used since startup
0 commit comments