Skip to content

Commit

Permalink
Fix typo in LDAP logs config (#7450)
Browse files Browse the repository at this point in the history
* Fix typo in LDAP logs config

* Fix field name

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
hanzei and cwarnermm authored Oct 15, 2024
1 parent 365a14b commit 49561ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/manage/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -579,12 +579,12 @@ Please use the following JSON configuration as as starting point to enable trace
}
],
"options": {
"filen_name": "./logs/ldap.log",
"filename": "./logs/ldap.log",
"max_size": 100,
"max_age": 14,
"max_backups": 3,
"compress": false
},
"maxqueuesize": 1000
}
}
}

0 comments on commit 49561ea

Please sign in to comment.