From d808b7a0641b9e926a9faccde3f9b8b89c7d7588 Mon Sep 17 00:00:00 2001 From: Neale Ferguson Date: Mon, 25 Apr 2016 20:54:05 -0400 Subject: [PATCH] Add description of MONO_LOG_HEADER environment variable --- man/mono.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/mono.1 b/man/mono.1 index 90a60cb8bc6..a1d668dbf39 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -1756,6 +1756,10 @@ Controls where trace log messages are written. If not set then the messages go t If set, the string either specifies a path to a file that will have messages appended to it, or the string "syslog" in which case the messages will be written to the system log. Under Windows, this is simulated by writing to a file called "mono.log". +\fBMONO_LOG_HEADER\fR +Controls whether trace log messages not directed to syslog have the id, timestamp, and +pid as the prefix to the log message. To enable a header this environment variable need +just be non-null. .TP \fBMONO_TRACE\fR Used for runtime tracing of method calls. The format of the comma separated -- 2.25.1