'\" t .TH "ELOGIND\&.JOURNAL\-FIELDS" "7" "" "elogind 246.9.1" "elogind.journal-fields" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" elogind.journal-fields \- Special journal fields rerouted to syslog by elogind .SH "DESCRIPTION" .PP Systems that use elogind have no systemd\-journald running\&. Applications that use structured log messages via sd\-journal\&.h use specific variables for this structure\&. The following is a list of variables that are parsed by elogind and passed to syslog for logging\&. .PP Note: Fields not listed here are ignored and their information is thrown away\&. This may change in the future\&. .SH "USER JOURNAL FIELDS" .PP User fields are fields that are directly passed from clients and stored in the journal\&. .PP \fIMESSAGE=\fR .RS 4 The human\-readable message string for this entry\&. This is supposed to be the primary text shown to the user\&. It is usually not translated (but might be in some cases), and is not supposed to be parsed for metadata\&. .RE .PP \fIPRIORITY=\fR .RS 4 A priority value between 0 ("emerg") and 7 ("debug") formatted as a decimal string\&. This field is compatible with syslog\*(Aqs priority concept\&. .RE .PP \fICODE_FILE=\fR, \fICODE_LINE=\fR, \fICODE_FUNC=\fR .RS 4 The code location generating this message, if known\&. Contains the source filename, the line number and the function name\&. .RE .PP \fIDOCUMENTATION=\fR .RS 4 A documentation URL with further information about the topic of the log message\&. Tools such as \fBjournalctl\fR will include a hyperlink to an URL specified this way in their output\&. Should be a "http://", "https://", "file:/", "man:" or "info:" URL\&. .RE .SH "SEE ALSO" .PP \fBelogind\fR(8)