Skip to content

Commit d54892b

Browse files
committed
Reduce default report_level
1 parent c788b75 commit d54892b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulator/config.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Negative values disable output. The interpretation of this number is subject to
4747
# IO options
4848
add_option!(cfg, :output_path, nothing, "Path to write output. If nothing, output is not written to disk.", types = Union{String, Nothing})
4949
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)
50+
add_option!(cfg, :report_level, 0, "Level of information stored in reports when written to disk.", types = Int)
5151
add_option!(cfg, :output_substates, false, "Store substates (between report steps) as field on each state.", types = Bool)
5252

5353
# Hooks

0 commit comments

Comments
 (0)