Closed ysjiao closed 2 years ago
Which loglevel is set?
@Sophie-Xie ask the colleague who is responsible for python or java client
@Sophie-Xie ask the colleague who is responsible for python or java client
@Aiee is the owner of python client, @klay-ke is the owner of java client.
@ysjiao which client are you using? Java, go or python?
python @klay-ke
@ysjiao What's the log level when you encounter the problems? Did you set --local-config == true
in your config files?
@Aiee I want use logging.getLogger('nebula2').setLevel(logging.WARNING)
to control the log level of nebula2-python,while other scripts using DEBUG. Should I do the both things: 1) set --local-config == true
in nebula-metad.conf , 2) set logging.getLogger('nebula2').setLevel(logging.WARNING)
in my scripts
transfer to nebula-python
when GraphStorageClient.scan_vertex() is called, to many logs as follows. I've tried to set leve of logging, but it doesn't work.