From 24dee86489b59b5ea7311707b1d2d1f36509da45 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Thu, 16 Nov 2023 11:32:54 -0500 Subject: [PATCH] Update the title for the audit logging post --- _posts/2023-11-14-specify-file-audit-log-encoding.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2023-11-14-specify-file-audit-log-encoding.adoc b/_posts/2023-11-14-specify-file-audit-log-encoding.adoc index 9d26f7ef61..c9a42aef3f 100644 --- a/_posts/2023-11-14-specify-file-audit-log-encoding.adoc +++ b/_posts/2023-11-14-specify-file-audit-log-encoding.adoc @@ -1,13 +1,13 @@ --- layout: post -title: 'Change the default encoding of the audit log file in WildFly 29' +title: 'Change the default encoding of the audit log file in WildFly' date: 2023-11-14 tags: audit-logging encoding synopsis: An overview of how to change the default encoding of the audit log file. author: ivassile --- -The default encoding used for the audit log file is UTF-8. You can change the default encoding by specifying `encoding` attribute in `file-audit-log`, `periodic-rotating-file-audit-log` or `size-rotating-file-audit-log` elements in the Elytron subsystem. +The default encoding used for the audit log file is UTF-8. Starting from WildFly 29, you can change the default encoding by specifying `encoding` attribute in `file-audit-log`, `periodic-rotating-file-audit-log` or `size-rotating-file-audit-log` elements in the Elytron subsystem. Possible values are: `UTF-8`, `UTF-16BE`, `UTF-16LE`, `UTF-16`, `US-ASCII` or `ISO-8859-1`. [source,xml]