PalisadoesFoundation / switchmap-ng

A Python 3 inventory system that tabulates the status of network ports.
Apache License 2.0
16 stars 7 forks source link

Modify logging of elapsed time in switchmap-ng-poller #125

Closed dcthor closed 1 year ago

dcthor commented 1 year ago

Currently the timer shown in logs reflects the incrementing uptime of the poller. This PR adds a loop-timer, too. This is useful, as it gives the administrator the ability to see how fast each loop runs.