Skip to content

Commit

Permalink
updating logging in run frank dynamic optimised system
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcodespoorly committed Oct 9, 2023
1 parent 83dbe29 commit 32df147
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def dynamic_system(
system = futures_system(data=sim_data, config=config)
system._log = log

system.set_logging_level(log_level)
# system.set_logging_level(log_level)

return system

Expand Down Expand Up @@ -115,7 +115,7 @@ def futures_system(data, config):
data,
config,
)
system.set_logging_level("on")
# system.set_logging_level("on")

return system

Expand Down

0 comments on commit 32df147

Please sign in to comment.