Skip to content

Commit

Permalink
Update the title for the audit logging post
Browse files Browse the repository at this point in the history
  • Loading branch information
fjuma committed Nov 16, 2023
1 parent e316af5 commit 24dee86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-11-14-specify-file-audit-log-encoding.adoc
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 24dee86

Please sign in to comment.