radicle-heartwood-lfs/crates/radicle-node/src
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
..
runtime node: Use winpipe for control socket on Windows 2025-08-22 15:45:20 +01:00
test node: e2e test for canonical ref update 2025-08-25 18:49:43 +01:00
tests node: e2e test for canonical ref update 2025-08-25 18:49:43 +01:00
worker node: update default branch for canonical refs 2025-08-25 18:49:43 +01:00
control.rs node/control: Please the borrow checker 2025-08-24 20:04:00 +02:00
lib.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
main.rs node/main: Refactor initialization of logging 2025-08-27 11:17:18 +02:00
runtime.rs node/systemd: Check that received sockets are AF_UNIX 2025-08-25 17:17:34 +01:00
test.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
tests.rs Introduce a node event for canonical reference updates 2025-08-25 18:49:43 +01:00
wire.rs protocol: Refactor encoding 2025-08-25 11:57:44 +01:00
worker.rs Replace unit-returning-closure with drop() 2025-08-19 10:57:37 +01:00