You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4988 , we started writing libp2p logs into a file.
After we moved gossipsub behaviour into lighthouse in #5066, there doesn't seem to be any way to get the gossipsub logs as they aren't under the gossipsub dependency and they use tracing log as opposed to slog as rest of lighthouse.
We should have an option to enable these gossipsub logs somehow. A hacky way to I used to enable this was to use stdout as the tracing_subscriber writer instead of std::io::sink.
Description
In #4988 , we started writing libp2p logs into a file.
After we moved gossipsub behaviour into lighthouse in #5066, there doesn't seem to be any way to get the gossipsub logs as they aren't under the gossipsub dependency and they use tracing log as opposed to slog as rest of lighthouse.
We should have an option to enable these gossipsub logs somehow. A hacky way to I used to enable this was to use stdout as the tracing_subscriber writer instead of
std::io::sink
.lighthouse/common/logging/src/lib.rs
Lines 269 to 275 in 10a38a8
The text was updated successfully, but these errors were encountered: