Skip to content

Commit

Permalink
Reduce default report_level
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Oct 14, 2024
1 parent c788b75 commit d54892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulator/config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Negative values disable output. The interpretation of this number is subject to
# IO options
add_option!(cfg, :output_path, nothing, "Path to write output. If nothing, output is not written to disk.", types = Union{String, Nothing})
add_option!(cfg, :in_memory_reports, 5, "Limit for number of reports kept in memory if output_path is provided.", types = Int)
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)
add_option!(cfg, :output_substates, false, "Store substates (between report steps) as field on each state.", types = Bool)

# Hooks
Expand Down

0 comments on commit d54892b

Please sign in to comment.