-
Notifications
You must be signed in to change notification settings - Fork 245
Description
Describe the solution you'd like
Since upgrading from 23.01.0
to 23.10.0
I am repeatedly seeing the "ACP is not enabled." and "Trident-ACP version is empty." messages in our Trident Controller trident-main
logs.
I am using Trident on its own, without any of the other Astra services, and would like these log lines to not appear.
There should be a way of specifying this feature is not needed to prevent the noisy log line, and/or the documentation updated to describe how.
Describe alternatives you've considered
I have tried to search the documentation for a way to prevent these messages from appearing, but ACP does not appear anywhere in the Trident config documentation.
I did find the tridentLogWorkflows
and tridentLogLayers
configuration options here https://docs.netapp.com/us-en/trident/trident-get-started/kubernetes-deploy-helm.html - they say they can be "enabled for trace logging or log suppression", but it is not clear how they should be specified, in particular how to use them for log suppression.
From the log messages, it appears the rest_frontend
layer and/or (more likely) the core=version
workflow could be suppressed to hide this message, but as I say the documentation is not clear on how to achieve this.