We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3326128 commit 026650bCopy full SHA for 026650b
1 file changed
patches/kaggle_gcp.py
@@ -21,7 +21,7 @@ def get_integrations():
21
target = GcpTarget[integration.upper()]
22
kernel_integrations.add_integration(target)
23
except KeyError as e:
24
- logging.error(f"Unknown integration target: {integration.upper()}")
+ logging.debug(f"Unknown integration target: {integration.upper()}")
25
return kernel_integrations
26
27
0 commit comments