Skip to content

Commit

Permalink
Fix: lower log level for printing version in submitJob
Browse files Browse the repository at this point in the history
  • Loading branch information
sfayer committed Nov 28, 2023
1 parent 71c456a commit ba61b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Interfaces/API/Dirac.py
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ def __getJDLParameters(self, jdl):
#############################################################################
def __printInfo(self):
"""Internal function to print the DIRAC API version and related information."""
self.log.info(f"<====={self.diracInfo}=====>")
self.log.verbose(f"<====={self.diracInfo}=====>")
self.log.verbose(f"DIRAC is running at {DIRAC.siteName()} in setup {self.setup}")

def getConfigurationValue(self, option, default):
Expand Down

0 comments on commit ba61b79

Please sign in to comment.