Skip to content

Commit

Permalink
chore: add date to cli logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Sep 27, 2024
1 parent e428d0e commit db55c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataimporter/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CONFIG_ENV_VAR = "DIMP_CONFIG"

# global console for all to use
console: Console = Console()
console: Console = Console(log_time_format="[%x %X] ")


class ConfigType(click.Path):
Expand Down

0 comments on commit db55c56

Please sign in to comment.