akarneliuk / pygnmi

The pure Python implementation of the gNMI client.
https://training.karneliuk.com
BSD 3-Clause "New" or "Revised" License
126 stars 44 forks source link

Fixing log messages to use logger instead of logging #121

Closed akshansh237 closed 10 months ago

akshansh237 commented 1 year ago

https://github.com/akarneliuk/pygnmi/pull/22 missed to change usage to logger module instead of logging. This PR fixes it.