Skip to content

Commit

Permalink
Merge pull request #109 from ninxsoft/feature-iso8601-dateformat
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert authored Sep 15, 2023
2 parents c4c97de + 889c0f2 commit af715df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload/usr/local/sal/bin/sal-submit
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CHECKIN_MODULES_DIR = "/usr/local/sal/checkin_modules"
def main():
args = get_args()
log_level = get_log_level(args)
logging.basicConfig(level=log_level, format="%(asctime)s %(levelname)s %(message)s")
logging.basicConfig(level=log_level, format="%(asctime)s %(levelname)s %(message)s", datefmt="%Y-%m-%dT%H:%M:%S%z")
logging.info("%s Version: %s", os.path.basename(__file__), sal.__version__)
logging.info("Sal client prefs:")
prefs = sal.prefs_report()
Expand Down

0 comments on commit af715df

Please sign in to comment.