Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Improve Logging
Merged fintohaps opened 3 months ago

This patch evaluates the radicle-node family of crates that emit logs.

They are each evaluated for their use of warn! and error! and whether these can be downgraded to a lower log level.

This will make the logs of the running radicle-node less busy and work towards surfacing only interesting information.

fintohaps opened with revision de37b343 on base 02318f19 +127 -134 3 months ago

This patch evaluates the radicle-node family of crates that emit logs.

They are each evaluated for their use of warn! and error! and whether these can be downgraded to a lower log level.

This will make the logs of the running radicle-node less busy and work towards surfacing only interesting information.

fintohaps pushed revision 2 97e4d3e7 on base 02318f19 +150 -167 3 months ago

Changes:

  • Remove target: "fetch" from radicle-fetch logs
  • Reword "Error" messages to use "Failed to" instead
  • Reword lack of signal handling for Windows
  • Relocate radicle-fetch change into its proper commit
lorenz pushed revision 3 3f796e23 on base d860ec15 +152 -167 3 months ago

Small fixes, rebase.

lorenz merged revision 3f796e23 at 6d1abd28 3 months ago