version 1.4, 2025/04/17 17:57:35
|
version 1.5, 2025/04/18 01:23:05
|
Line 37
|
Line 37
|
.\" along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
.\" along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
.\" |
.\" |
.\" $Log$ |
.\" $Log$ |
|
.\" Revision 1.5 2025/04/18 01:23:05 snw |
|
.\" More documentation updates |
|
.\" |
.\" Revision 1.4 2025/04/17 17:57:35 snw |
.\" Revision 1.4 2025/04/17 17:57:35 snw |
.\" Major updates to man pages |
.\" Major updates to man pages |
.\" |
.\" |
Line 275 Determines the text editor used by
|
Line 278 Determines the text editor used by
|
.RE |
.RE |
.TP |
.TP |
$FREEM_LOG_THRESHOLD_FILE |
$FREEM_LOG_THRESHOLD_FILE |
Overrides the configured threshold at which log messages are written to files in /var/log/freem, corresponding to the log_threshold_file environment setting in $PREFIX/etc/env.conf. The default value is |
.RS 4 |
|
Overrides the configured threshold at which log messages are written to files in |
|
\fI/var/log/freem\fR, corresponding to the |
|
\fIlog_threshold_file\fR environment setting in |
|
\fI$PREFIX/etc/env.conf\fR. The default value is |
\fIinfo\fR. |
\fIinfo\fR. |
|
.RE |
.TP |
.TP |
$FREEM_LOG_THRESHOLD_SYSLOG |
$FREEM_LOG_THRESHOLD_SYSLOG |
Overrides the configured threshold at which log messages are sent to the syslog facility on systems that support it, corresponding to the log_threshold_syslog environment setting in $PREFIX/etc/env.conf. The default value is "info". |
.RS 4 |
|
Overrides the configured threshold at which log messages are sent to the |
|
\fIsyslog\fR facility on systems that support it, corresponding to the |
|
\fIlog_threshold_syslog\fR environment setting in |
|
\fI$PREFIX/etc/env.conf\fR. The default value is |
|
\fIinfo\fR. |
|
.RE |
.TP |
.TP |
$FREEM_LOG_THRESHOLD_STDERR |
$FREEM_LOG_THRESHOLD_STDERR |
Overrides the configured threshold at which log messages are sent to stderr, corresponding to the log_threshold_stderr environment setting in $PREFIX/etc/env.conf. The default value is "warning". |
.RS 4 |
|
Overrides the configured threshold at which log messages are sent to |
|
\fIstderr\fR, corresponding to the |
|
\fIlog_threshold_stderr\fR environment setting in |
|
\fI$PREFIX/etc/env.conf\fR. The default value is |
|
\fIwarning\fR. |
|
.RE |
.SH LOG THRESHOLD VALUES |
.SH LOG THRESHOLD VALUES |
This section details the valid values for each of the $FREEM_LOG_THRESHOLD_* environment variables, and each value indicates a minimum diagnostic level at which the indicated class of message will be delivered through the selected mechanism. All messages with an equal or higher diagnostic level than the class indicated will be delivered, i.e., if "warning" is selected, messages with a diagnostic class of warning, error, and fatal will be delivered through the selected mechanism. |
This section details the valid values for each of the |
|
\fI$FREEM_LOG_THRESHOLD_*\fR environment variables, and each value indicates a minimum diagnostic level at which the indicated class of message will be delivered through the selected mechanism. All messages with an equal or higher diagnostic level than the class indicated will be delivered, i.e., if |
|
\fIwarning\fR is selected, messages with a diagnostic class of |
|
\fIwarning\fR, |
|
\fIerror\fR, and |
|
\fIfatal\fR will be delivered through the selected mechanism. |
|
|
Valid values for each of these environment variables are as follows: |
Valid values for each of these environment variables are as follows: |
.TP |
.TP |
Line 295 Messages useful mostly for developers co
|
Line 320 Messages useful mostly for developers co
|
.TP |
.TP |
info |
info |
.RS 4 |
.RS 4 |
Includes messages of an informational nature. Will produce a moderately high volume of log messages. For heavily multi-user and multi-process systems, it is recommended to use "warning" instead. |
Includes messages of an informational nature. Will produce a moderately high volume of log messages. For heavily multi-user and multi-process systems, it is recommended to use |
|
\fIwarning\fR instead. |
.RE |
.RE |
.TP |
.TP |
warning |
warning |
Line 318 $PREFIX/etc/freem/env.conf
|
Line 344 $PREFIX/etc/freem/env.conf
|
.RS 4 |
.RS 4 |
FreeM environment catalog |
FreeM environment catalog |
.RE |
.RE |
|
|
$PREFIX/etc/freem/<environment-name>/freem.conf |
$PREFIX/etc/freem/<environment-name>/freem.conf |
.RS 4 |
.RS 4 |
FreeM per-environment configuration |
FreeM per-environment configuration |