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 c788b75 commit d54892bCopy full SHA for d54892b
src/simulator/config.jl
@@ -47,7 +47,7 @@ Negative values disable output. The interpretation of this number is subject to
47
# IO options
48
add_option!(cfg, :output_path, nothing, "Path to write output. If nothing, output is not written to disk.", types = Union{String, Nothing})
49
add_option!(cfg, :in_memory_reports, 5, "Limit for number of reports kept in memory if output_path is provided.", types = Int)
50
- add_option!(cfg, :report_level, 1, "Level of information stored in reports when written to disk.", types = Int)
+ add_option!(cfg, :report_level, 0, "Level of information stored in reports when written to disk.", types = Int)
51
add_option!(cfg, :output_substates, false, "Store substates (between report steps) as field on each state.", types = Bool)
52
53
# Hooks
0 commit comments