Skip to content

Commit b1734ae

Browse files
committed
change default file log level to debug 🎉
1 parent a0c3c1f commit b1734ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/resources/mod.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
},
129129
"file-log-level": {
130130
"type": "string",
131-
"default": "info",
131+
"default": "debug",
132132
"name": "File Log Level",
133133
"description": "Sets the log level for the <cb>log files</c>.",
134134
"one-of": ["trace", "debug", "info", "warn", "error"]

0 commit comments

Comments
 (0)