smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Use structlog instead of Loguru #107

Closed smsearcy closed 1 year ago

smsearcy commented 1 year ago

Switch to structlog for logging, because the context variables are very useful, both to reduce logging noise and in concurrent processes.

Move "routine" messages to a lower level so that logs don't fill up so fast.