diff --git a/source/manage/logging.rst b/source/manage/logging.rst index 2bba0aa9f63..fe5d6f8c5aa 100644 --- a/source/manage/logging.rst +++ b/source/manage/logging.rst @@ -579,7 +579,7 @@ 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, @@ -587,4 +587,4 @@ Please use the following JSON configuration as as starting point to enable trace }, "maxqueuesize": 1000 } - } \ No newline at end of file + }