vesoft-inc / nebula-python

Client API of Nebula Graph in Python
191 stars 75 forks source link

logging is not defined #277

Closed Lincyaw closed 1 year ago

Lincyaw commented 1 year ago

https://github.com/vesoft-inc/nebula-python/blob/master/nebula3/gclient/net/ConnectionPool.py

In this file, logging is not defined. It will be triggered when server crashed due to the large memory usage.

wey-gu commented 1 year ago

https://github.com/vesoft-inc/nebula-python/blob/master/nebula3/gclient/net/ConnectionPool.py

In this file, logging is not defined. It will be triggered when server crashed due to the large memory usage.

Dear @Lincyaw , sorry for this! would you mind PR to replace logging with logger?

Thanks!

Lincyaw commented 1 year ago

https://github.com/vesoft-inc/nebula-python/pull/280

I have created the PR~

wey-gu commented 1 year ago

Thanks a lot @Lincyaw for the contribution, again :D closing it.