FreeBSD Bugzilla – Attachment 237712 Details for
Bug 267424
sysutils/loki: Switch log level default from "info" to "warn"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to /usr/local/etc/rc.d/loki
loki.diff (text/plain), 917 bytes, created by
Yonas Yanfa
on 2022-10-29 16:49:55 UTC
(
hide
)
Description:
Diff to /usr/local/etc/rc.d/loki
Filename:
MIME Type:
Creator:
Yonas Yanfa
Created:
2022-10-29 16:49:55 UTC
Size:
917 bytes
patch
obsolete
>--- l1 2022-10-29 12:44:29.342111000 -0400 >+++ l2 2022-10-29 12:47:12.396344000 -0400 >@@ -22,6 +22,10 @@ > # loki_logfile (string) > # Set full path to log file > # Default is "/var/log/loki/loki.log" >+# loki_loglevel (string) >+# Set log level. Only log messages with the given severity or above. >+# Valid levels: [debug, info, warn, error] >+# Default is "warn" > # loki_args (string) > # Set additional command line arguments > # Default is "" >@@ -38,6 +42,7 @@ > : ${loki_group:="loki"} > : ${loki_config:="/usr/local/etc/loki.yaml"} > : ${loki_logfile:="/var/log/loki/loki.log"} >+: ${loki_loglevel:="warn"} > > pidfile="/var/run/${name}/${name}.pid" > required_files="${loki_config}" >@@ -47,6 +52,7 @@ > command_args="-p ${pidfile} -t ${name} -o ${loki_logfile} \ > ${procname} \ > --config.file=${loki_config} \ >+ --log.level ${loki_loglevel} \ > ${loki_args}" > > start_precmd="loki_start_precmd"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267424
:
237712
|
237713