Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: Make sure to print early errors
Merged lorenz opened 8 months ago

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.

lorenz opened with revision 57cf334b on base 7d2f0e38 +14 -6 8 months ago

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.

fintohaps pushed revision 2 d4d27a26 on base bc4a1390 +14 -6 8 months ago

Rebased

lorenz pushed revision 3 ecc19fe2 on base bc4a1390 +77 -23 8 months ago

Move logger initialization to its of fn, overall cleanup.

lorenz pushed revision 4 d9088a6c on base bc4a1390 +77 -23 8 months ago

Fix typos and spelling.

fintohaps merged revision d9088a6c at 819ae5fd 8 months ago