diff --git a/docs/modules/ROOT/assets/images/logging/system_log_facility.png b/docs/modules/ROOT/assets/images/logging/system_log_facility.png new file mode 100644 index 000000000..f77b96d0f Binary files /dev/null and b/docs/modules/ROOT/assets/images/logging/system_log_facility.png differ diff --git a/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/General Administration/Administering the Logging Service.adoc b/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/General Administration/Administering the Logging Service.adoc index abcd5b85e..acf22bd47 100644 --- a/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/General Administration/Administering the Logging Service.adoc +++ b/docs/modules/ROOT/pages/Technical Documentation/Payara Server Documentation/General Administration/Administering the Logging Service.adoc @@ -1022,6 +1022,23 @@ Use the following command to set the system log host: asadmin set-log-attributes com.sun.enterprise.server.logging.SyslogHandler.host=localhost ---- +[[set-system-log-facility-via-admin-console]] +==== Set the System Log Facility using the Admin Console + +To configure the `System Log Facility` option using the Admin Console: + +image:logging/system_log_facility.png[System Log Facility] + +[[set-system-log-facility-via-asadmin-cli]] +==== Set the System Log Facility using the Asadmin CLI + +Use the following command to set the system log facility: + +[source, shell] +---- +asadmin set-log-attributes com.sun.enterprise.server.logging.SyslogHandler.facility=daemon +---- + [[log-to-file]] === Log to File