You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Downgraded logging of which expression is being evaluated from "info" level to "debug" level
* Downgraded column list before and after dropping unused columns from "INFO" to "DEBUG"
* Downgraded reporting of model component results from "INFO" to "DEBUG"
* Downgraded a few log messages in settings checker from "INFO" to "DEBUG"
* Changed default value of `level` argument in flow.TimeLogger.summary() from 20 to 10 so that it's a DEBUG message by default
* Downgraded logging statements when merging the choosers and alternatives from "INFO" to "DEBUG"
* Downgraded runtimes for flow evaluations from "INFO" to "DEBUG"
* Downgraded "sharrow_enabled is True/False" from "INFO" to "DEBUG" as it's repetitive and will likely only be of concern during development/debugging
* Downgraded utility data types reporting from "INFO" to "DEBUG"
* Downgraded all instances of logger.info to logger.debug in activitysim.core.chunk
* Downgraded line reporting how many rows are being run for eval_interaction_utilities
* Downgraded several (primarily repetitive) statements in activitysim.abm.models.util
* Downgraded messages reportng how long each of the sampling, logsums, and simulation in trip destination choice from "INFO" to "DEBUG"
* Downgraded more detailed messages from "INFO" to "DEBUG" in trip destination
* Reclassified some logging statements
* Swapped logging statement classifications to get desired statement printed
* Downgraded statement from "INFO" to "DEBUG" that wasn't providing much information
* blacken
* Added documentation on logging levels
---------
Co-authored-by: Jeffrey Newman <jeff@driftless.xyz>
0 commit comments