syslogd.8 (8a7b61203704d362cfbc66c00619f51b24106b55) | syslogd.8 (8cc248fb92bfae1e6ef4e2b48a0064377c4b3c11) |
---|---|
1.\" Copyright (c) 1983, 1986, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 255 unchanged lines hidden (view full) --- 264.It Fl n 265Disable DNS query for every request. 266.It Fl O Ar format 267Select the output format of generated log messages. 268The values 269.Ar bsd 270and 271.Ar rfc3164 | 1.\" Copyright (c) 1983, 1986, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 255 unchanged lines hidden (view full) --- 264.It Fl n 265Disable DNS query for every request. 266.It Fl O Ar format 267Select the output format of generated log messages. 268The values 269.Ar bsd 270and 271.Ar rfc3164 |
272are used to generate RFC 3164 log messages. | 272are used to generate legacy RFC 3164 log messages. 273The value 274.Ar rfc3164-strict 275is used to generate log messages using the RFC 3164 recommended format, 276where messages sent over the network include the hostname, 277and messages forwarded by a relay exclude the 278.Dq Forwarded from 279field. |
273The values 274.Ar syslog 275and 276.Ar rfc5424 277are used to generate RFC 5424 log messages, 278having RFC 3339 timestamps with microsecond precision. | 280The values 281.Ar syslog 282and 283.Ar rfc5424 284are used to generate RFC 5424 log messages, 285having RFC 3339 timestamps with microsecond precision. |
279The default is to generate RFC 3164 log messages. | 286The default is to generate legacy RFC 3164 log messages. |
280.It Fl o 281Prefix kernel messages with the full kernel boot file as determined by 282.Xr getbootfile 3 . 283Without this, the kernel message prefix is always 284.Dq Li kernel: . 285.It Fl p Ar log_socket 286Specify the pathname of an alternate log socket to be used instead; 287the default is --- 196 unchanged lines hidden --- | 287.It Fl o 288Prefix kernel messages with the full kernel boot file as determined by 289.Xr getbootfile 3 . 290Without this, the kernel message prefix is always 291.Dq Li kernel: . 292.It Fl p Ar log_socket 293Specify the pathname of an alternate log socket to be used instead; 294the default is --- 196 unchanged lines hidden --- |