radicle-heartwood-lfs/crates
Lorenz Leutgeb 819ae5fdf5 node/main: Refactor initialization of logging
It turns out that failing to read configuration resulted in no output,
because the logger would only be set after configuration had been read.

Fix this, by setting the logger early, with a log level that is then
corrected as soon as configuration is available.

While at it, also clean this up to allow logging errors about failure to
set up the logger.
2025-08-27 11:17:18 +02:00
..
radicle Introduce a node event for canonical reference updates 2025-08-25 18:49:43 +01:00
radicle-cli radicle: the great Canonical rewrite 2025-08-25 18:57:50 +02:00
radicle-cli-test fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00
radicle-cob cob: add method for loading entry manifest 2025-08-19 14:27:35 +01:00
radicle-crypto fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch radicle: Fix panic when reading from SQLite database fails 2025-08-25 17:05:21 +01:00
radicle-node node/main: Refactor initialization of logging 2025-08-27 11:17:18 +02:00
radicle-protocol Introduce a node event for canonical reference updates 2025-08-25 18:49:43 +01:00
radicle-remote-helper remote-helper: remove check for fast-forward 2025-08-25 18:57:50 +02:00
radicle-schemars fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-term refactor: Replace return Err(anyhow!()) with anyhow::bail!() 2025-08-17 20:17:11 +02:00