mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-04-19 03:01:06 -04:00
**What does this PR do? Why is it needed?** Add a field `path` to the initialization log of ephemeral-logfile feature: before: ``` [2026-01-26 19:49:34.64] DEBUG Ephemeral log file initialized ``` after: ``` [2026-01-26 19:49:34.64] DEBUG Ephemeral log file initialized path=../eth/datadir/logs/beacon-chain.log ```