feat: deprecate the status_update_interval_seconds config field
modified doc/userguide.md
@@ -265,7 +265,6 @@ The output will be in JSON (which also works as YAML input):
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -290,7 +289,7 @@ The configuration fields are:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -12,12 +12,12 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -25,9 +25,16 @@ pub struct Config {
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -60,11 +67,15 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -103,11 +114,6 @@ impl Config {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/logger.rs
@@ -134,6 +134,8 @@ enum Id {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -335,6 +337,16 @@ pub fn end_cib_in_error() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|