We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955303c commit b908322Copy full SHA for b908322
v2functions/host.json
@@ -1,3 +1,9 @@
1
{
2
- "version": "2.0"
3
-}
+ "version": "2.0",
+ "logger": {
4
+ "defaultLevel": "Trace",
5
+ "categoryLevels": {
6
+ "Worker": "Trace"
7
+ }
8
9
+}
0 commit comments