Skip to content

Commit

Permalink
Fixed merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Apr 16, 2024
1 parent 3b5b4aa commit cabb260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workbench
Original file line number Diff line number Diff line change
Expand Up @@ -3327,8 +3327,7 @@ logging.basicConfig(
filename=config["log_file_path"],
level=logging.INFO,
filemode=config["log_file_mode"],
# format="%(asctime)s - %(levelname)s - %(message)s",
format="{%(pathname)s:%(lineno)d} - %(asctime)s - %(levelname)s - %(message)s",
format="%(asctime)s - %(levelname)s - %(message)s",
datefmt="%d-%b-%y %H:%M:%S",
)

Expand Down

0 comments on commit cabb260

Please sign in to comment.