Skip to content

Commit

Permalink
doc(logging): Remove no longer existing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Sep 27, 2023
1 parent 9d00bf0 commit 781c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from gallia.log import get_logger, setup_logging, Loglevel

# The logfile's loglevel is Loglevel.DEBUG.
# It can be set with the keyword argument file_level.
setup_logging(level=Loglevel.INFO, path="log.json.zst")
setup_logging(level=Loglevel.INFO)
logger = get_logger("test")
logger.info("hello world")
logger.debug("hello debug")
Expand Down

0 comments on commit 781c4be

Please sign in to comment.