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.
2 parents 1ee73a0 + f22c538 commit a90125cCopy full SHA for a90125c
src/utils/logging.jl
@@ -19,12 +19,12 @@ Extra events:
19
- `tasktochunk::Bool`: Enables reporting of DTask-to-Chunk mappings
20
- `profile::Bool`: Enables profiling of task execution; not currently recommended, as it adds significant overhead
21
"""
22
-function enable_logging!(;metrics::Bool=true,
+function enable_logging!(;metrics::Bool=false,
23
timeline::Bool=false,
24
- all_task_deps::Bool=false,
+ all_task_deps::Bool=true,
25
tasknames::Bool=true,
26
taskfuncnames::Bool=false,
27
- taskdeps::Bool=true,
+ taskdeps::Bool=false,
28
taskargs::Bool=false,
29
taskargmoves::Bool=false,
30
taskresult::Bool=false,
0 commit comments