britkat1980 / giv_tcp

TCP connection (from inverter) and MQTT implementation
72 stars 32 forks source link

Log rotation not deleting old log files #45

Open sOckhamSter opened 1 year ago

sOckhamSter commented 1 year ago

Log rotation is working, but it's not adhering to the 7 historical file limit in the TimedRotatingFileHandler call (History = 7). It's keeping all previous versions of the log file.

gcoan commented 9 months ago

I have noticed the same issue, logfiles are not being removed by givtcp, I have one for every day I've been running GivTCP image