Fix typo in docs

This commit is contained in:
Bruno Oliveira
2022-03-10 12:24:32 -03:00
committed by GitHub
parent 24f331ccf0
commit 41a4d439c8

View File

@@ -224,7 +224,7 @@ Example:
log_file = config.getini("worker_log_file")
logging.basicConfig(
format=config.getini("log_file_format"),
filename=f"test_{worker_id}.log",
filename=f"tests_{worker_id}.log",
level=config.getini("log_file_level"),
)