Skip to content

Improve logging messages#68

Merged
mcflugen merged 4 commits intodevelopfrom
mcflugen/add-logging
Nov 13, 2022
Merged

Improve logging messages#68
mcflugen merged 4 commits intodevelopfrom
mcflugen/add-logging

Conversation

@mcflugen
Copy link
Copy Markdown
Collaborator

This pull request improves the logging of the Sequence model. I've added a logging handler, using the Python logging module, to print custom log messages of various levels. From the command line interface users can control the level through the --verbose and --silent options.

The SequenceModel now keeps track of the total amount of time spent running each component, which is logged at the end of the run. Running the plot command now prints the various plot options—previously the user was left to guess or dig through the code to find out what those options were.

@mcflugen mcflugen merged commit b59114c into develop Nov 13, 2022
@mcflugen mcflugen deleted the mcflugen/add-logging branch November 13, 2022 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant