We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c456a commit ba61b79Copy full SHA for ba61b79
src/DIRAC/Interfaces/API/Dirac.py
@@ -2534,7 +2534,7 @@ def __getJDLParameters(self, jdl):
2534
#############################################################################
2535
def __printInfo(self):
2536
"""Internal function to print the DIRAC API version and related information."""
2537
- self.log.info(f"<====={self.diracInfo}=====>")
+ self.log.verbose(f"<====={self.diracInfo}=====>")
2538
self.log.verbose(f"DIRAC is running at {DIRAC.siteName()} in setup {self.setup}")
2539
2540
def getConfigurationValue(self, option, default):
0 commit comments