node/log: Define syslog identifier
The argument passed to fn logger would only be used as a fallback.
Make it required to pass an identifier, as this is a good practice.
2 files changed
+5
-7
ee49e287
→
474b9795
modified crates/radicle-node/src/main.rs
@@ -338,7 +338,8 @@ fn initialize_logging(options: &LogOptions) -> Result<(), Box<dyn std::error::Er
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-systemd/src/journal.rs
@@ -1,11 +1,8 @@
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -13,7 +10,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|