Skip to content

Commit ba61b79

Browse files
committed
Fix: lower log level for printing version in submitJob
1 parent 71c456a commit ba61b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Interfaces/API/Dirac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ def __getJDLParameters(self, jdl):
25342534
#############################################################################
25352535
def __printInfo(self):
25362536
"""Internal function to print the DIRAC API version and related information."""
2537-
self.log.info(f"<====={self.diracInfo}=====>")
2537+
self.log.verbose(f"<====={self.diracInfo}=====>")
25382538
self.log.verbose(f"DIRAC is running at {DIRAC.siteName()} in setup {self.setup}")
25392539

25402540
def getConfigurationValue(self, option, default):

0 commit comments

Comments
 (0)