| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… level to "debug" level
…"INFO" to "DEBUG"
…) from 20 to 10 so that it's a DEBUG message by default
…ves from "INFO" to "DEBUG"
…it's repetitive and will likely only be of concern during development/debugging
…and simulation in trip destination choice from "INFO" to "DEBUG"
There was a problem hiding this comment.
I have reviewed this and found it works as described. There are a few stray messages we could still get and remove from the main logs but that need not hold up approving this.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request cleans up the logging that was raised in #408, primarily by downgrading multiple instances of logger.info() to logger.debug(). Guidance on what logging level to use for each logging message was also added to the logging documentation. Statements were targeted for demotion by running the prototype_mtc example with the logging level set to INFO and prioritizing statements that were repetitive and not helpful for simply determining where the model was at (but could be useful for debugging). The changes in this pull request result in the size of the output logfile (and by proxy number of messages printed in the console) for the prototype_mtc example decreasing from 3290 KB to 139 KB, a 95.8% reduction.