You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -154,7 +162,7 @@ The ``audit_log`` section defines configuration parameters related to :ref:`audi
154
162
155
163
Specify a pipe for the audit log destination.
156
164
You can set the ``pipe`` type using the :ref:`audit_log.to <configuration_reference_audit_to>` option.
157
-
If log is a program, its pid is stored in the ``audit_log.logger_pid`` variable.
165
+
If log is a program, its pid is stored in the ``audit.pid`` field.
158
166
You need to send it a signal to rotate logs.
159
167
160
168
**Example**
@@ -218,7 +226,7 @@ The ``audit_log`` section defines configuration parameters related to :ref:`audi
218
226
219
227
.. confval:: audit_log.syslog_identity
220
228
221
-
Specify an arbitrary string that will be placed at the beginning of all messages.
229
+
Specify an application name to show in logs.
222
230
You can enable logging to a system logger using the :ref:`audit_log.to <configuration_reference_audit_to>` option.
223
231
224
232
See also: :ref:`syslog configuration example <configuration_reference_audit_syslog-example>`.
@@ -251,47 +259,17 @@ The ``audit_log`` section defines configuration parameters related to :ref:`audi
251
259
- :ref:`audit_log.syslog_facility <configuration_reference_audit_syslog-facility>` -- a system logger keyword that tells syslogd where to send the message.
252
260
The default value is ``local7``.
253
261
254
-
- :ref:`audit_log.syslog_identity <configuration_reference_audit_syslog-identity>` -- a string placed at the beginning of every message.
262
+
- :ref:`audit_log.syslog_identity <configuration_reference_audit_syslog-identity>` -- an application name to show in logs.
255
263
The default value is ``tarantool``.
256
264
257
265
These options are interpreted as a message for the `syslogd <https://datatracker.ietf.org/doc/html/rfc5424>`_ program,
258
266
which runs in the background of any Unix-like platform.
259
267
260
268
An example of a Tarantool audit log entry in the syslog:
0 commit comments