weewx / weewx

WeeWX code repository
http://weewx.com
GNU General Public License v3.0
1k stars 297 forks source link

weewx.manager does not respect log_success/log_failure #723

Closed matthewwall closed 2 years ago

matthewwall commented 2 years ago

these are defined at the root level of the weewx config file:

debug = 0
log_success = False
log_failure = True

however, i see this in the log:

Dec 30 11:45:20 data weewx-sdr[14749] INFO weewx.manager: Added record 2021-12-30 11:45:00 EST (1640882700) to database 'sdr.sdb'
Dec 30 11:45:20 data weewx-sdr[14749] INFO weewx.manager: Added record 2021-12-30 11:45:00 EST (1640882700) to daily summary in 'sdr.sdb'

i would expect nothing from the weewx.manager, since log_success is false

this is with the development branch as of 30dec2021

matthewwall commented 2 years ago

nevermind - user error. there was a log_success = True in the StdArchive section left over from earlier experimentation.