Skip to content

Commit 026650b

Browse files
committed
Decrease severity of this message.
This message is pretty spammy and it's not actually important because each caller checks if the desired integration was returned.
1 parent 3326128 commit 026650b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/kaggle_gcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_integrations():
2121
target = GcpTarget[integration.upper()]
2222
kernel_integrations.add_integration(target)
2323
except KeyError as e:
24-
logging.error(f"Unknown integration target: {integration.upper()}")
24+
logging.debug(f"Unknown integration target: {integration.upper()}")
2525
return kernel_integrations
2626

2727

0 commit comments

Comments
 (0)