mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-06 08:30:14 +08:00

Reduce log level for failure to `fetch tipset during hello` Failure to fetch tipset during hello is not really an error and is repeatedly logged. Reduce noise by changing log level to `DEBUG`. Additionally, it also reduces the log level for client request service, to avoid repeated `WARN` logs since logging is done in a loop. See: https://github.com/filecoin-project/lotus/pull/11543#issuecomment-2094110694