Skip to content

Commit

Permalink
Merge pull request #36 from acsone/14.0-remove_loading_from_info_logs…
Browse files Browse the repository at this point in the history
…-jdo

[14.0][IMP] statechart: reduce logs
  • Loading branch information
sbidoul authored Mar 1, 2023
2 parents 19227dd + 6bf1ab3 commit 78c110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statechart/models/statechart.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def parse_statechart(f):

@lru_cache(maxsize=None)
def parse_statechart_file(filename):
_logger.info("loading statechart file %s", filename)
_logger.debug("loading statechart file %s", filename)
with tools.file_open(filename, 'r') as f:
return parse_statechart(f)

0 comments on commit 78c110d

Please sign in to comment.