Skip to content

Commit 02dfa41

Browse files
authored
Merge pull request #8220 from cserf/rfc_remove_sensitive_info
[9.0] Remove of Sensitive Information into Log File generated by RucioFileCatalogClient
2 parents 6e11057 + e783d8b commit 02dfa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __init__(self, **options):
151151
self.authHost = options.get("AuthHost", None)
152152
self.caCertPath = Locations.getCAsLocation()
153153
try:
154-
sLog.info(f"Logging in with a proxy located at: {self.proxyPath}")
154+
sLog.debug(f"Logging in with a proxy located at: {self.proxyPath}")
155155
sLog.debug("account: ", self.username)
156156
sLog.debug("rucio host: ", self.rucioHost)
157157
sLog.debug("auth host: ", self.authHost)

0 commit comments

Comments
 (0)