feat: lower log level for various messages
Log level info should not be full of irrelevancies for node operators.
Signed-off-by: Lars Wirzenius liw@liw.fi
1 file changed
+12
-12
67c215c9
→
84cfab01
modified src/logger.rs
@@ -219,7 +219,7 @@ pub fn end_cib_in_error() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -227,7 +227,7 @@ pub fn node_event_source_created(source: &NodeEventSource) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -235,7 +235,7 @@ pub fn node_event_source_got_event(event: &Event) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -243,7 +243,7 @@ pub fn node_event_source_eof(source: &NodeEventSource) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -251,7 +251,7 @@ pub fn ci_event_source_created(source: &CiEventSource) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -289,14 +289,14 @@ pub fn adapter_config(config: &Config) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -332,7 +332,7 @@ pub fn queueproc_action_shutdown() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -353,7 +353,7 @@ pub fn queueadd_push_event(e: &CiEvent) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -364,7 +364,7 @@ pub fn pages_directory_unset() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -379,11 +379,11 @@ pub fn pages_disconnected() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|