monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 9 forks source link

Logging for DHCP client #96

Open leoluk opened 2 years ago

leoluk commented 2 years ago

We might want to add debug-level logging capabilities to the dhcp client.

Ref: https://review.monogon.dev/c/monogon/+/482/1..3/metropolis/node/core/network/dhcp4c/lease.go#b93

q3k commented 2 years ago

The DHCP client mostly logs things, the problem is more than the client has some generic code that's not very Monogon/Metropolis-specific, so it would be nice to have some infrastructure for logging from libraries without having to pass around a ctx, when we want to keep things decoupled.