Skip to content

Commit

Permalink
remove logs (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Oct 26, 2023
1 parent 6f59738 commit 7009d4d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ filterwarnings = [
'ignore::DeprecationWarning:tensorboard', # ignore tensorboard
]

# Enable logging for pytest
log_cli = true
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"


# Yapf
[tool.yapf]
# Align closing bracket with visual indentation.
Expand Down

0 comments on commit 7009d4d

Please sign in to comment.