feat: adjust logging to stderr via pretty_env_logger
modified src/bin/ci-broker.rs
@@ -104,7 +104,7 @@ fn fallible_main() -> Result<(), BrokerError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -5,7 +5,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,6 +69,7 @@ impl Broker {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -103,6 +104,7 @@ impl Broker {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/db.rs
@@ -5,6 +5,7 @@ use std::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -29,13 +30,14 @@ impl fmt::Debug for Db {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|