Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 3, 2023
1 parent 1cc4143 commit 840c355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/recipe/zeoserver/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def build_zeo_conf(self):
if not os.path.exists(z_log_dir):
os.makedirs(z_log_dir)

# zeo-log-custom superseeds zeo-log
# zeo-log-custom supersedes zeo-log
logformat = options.get("zeo-log-format", "%(asctime)s %(message)s")
if zeo_log_custom is None:
zeo_log_rotate = ""
Expand Down

0 comments on commit 840c355

Please sign in to comment.