Is there a way to suppress the DEBUG messages outputted by the NEPTUNE library? https://github.com/neptune-ai/neptune-client
This is what I am doing currently:
tracker = neptune.init(project=f'WORKSPACE/PROJECT_NAME',
capture_hardware_metrics=False,
source_files=[],
capture_stdout=False,
capture_stderr=False)
These are the DEBUG messages I get:
2022-05-03 11:31:58 DEBUG https://app.neptune.ai:443 "POST /api/leaderboard/v1/attributes/ping?experimentId=aaa HTTP/1.1" 200 0
2022-05-03 11:32:08 DEBUG ping({'experimentId': 'aaa', '_request_options': {'timeout': 10, 'connect_timeout': 10}})