Skip to content

Commit

Permalink
Re-format log output
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 21, 2023
1 parent 76f39da commit 7fbed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main() -> None:
)

args = parser.parse_args()
logging.basicConfig(level=args.log_level)
logging.basicConfig(level=args.log_level, format="%(name)s(%(levelname)s): %(message)s")
root_logger = logging.getLogger()
root_logger.name = "fast-lint"

Expand Down

0 comments on commit 7fbed6f

Please sign in to comment.