We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcf2fa8 + 6e2247a commit 97d11c1Copy full SHA for 97d11c1
src/DIRAC/Core/DISET/private/Service.py
@@ -100,9 +100,7 @@ def initialize(self):
100
"validNames": self._validNames,
101
"csPaths": [PathFinder.getServiceSection(svcName) for svcName in self._validNames],
102
}
103
- self.securityLogging = Operations().getValue("EnableSecurityLogging", False) and getServiceOption(
104
- self._serviceInfoDict, "EnableSecurityLogging", False
105
- )
+ self.securityLogging = Operations().getValue("EnableSecurityLogging", False)
106
107
# Initialize Monitoring
108
# The import needs to be here because of the CS must be initialized before importing
0 commit comments