Miner run #9581
-
https://lotus.filecoin.io/tutorials/lotus-miner/run-a-miner/ Setup - 5. Start the miner - lotus-miner run After entering the command, the following error occurs. [flexi_logger] [ERRORCODE: :Time] flexi_logger has to work with UTC rather than with local time, caused by IndeterminateOffset If anyone knows how to solve it, please. thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Sangmin1514! Yeah, this is a known issue that is coming from a dependency that the rust-fil-logger depends on. #8618 The error seems to have been fixed in the underlying chrono-dependecy, we will need that fix to bubble up to |
Beta Was this translation helpful? Give feedback.
Hey @Sangmin1514!
Yeah, this is a known issue that is coming from a dependency that the rust-fil-logger depends on. #8618
The error seems to have been fixed in the underlying chrono-dependecy, we will need that fix to bubble up to
flexi_logger
which the rust-fil-logger depends on before we get a fix in Lotus. The error-message will not cause any issues though.