We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6533d69 commit e2cab24Copy full SHA for e2cab24
1 file changed
src/mas/devops/sls.py
@@ -17,10 +17,10 @@ def listSLSInstances(dynClient: DynamicClient) -> list:
17
logger.info("There are no SLS instances installed on this cluster")
18
return []
19
except ResourceNotFoundError:
20
- # The LicenseService CRD has not even been installed in the cluster
+ logger.info("LicenseService CRD not found on cluster")
21
22
except UnauthorizedError:
23
- logger.error("Error: Unable to verify SLS instance(s) due to failed authorization: {e}")
+ logger.error("Error: Unable to verify SLS instances due to failed authorization: {e}")
24
25
26
0 commit comments