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
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Motivation
Currently, there is no execution option to enable file logging. For example storing stdout or stderr to a certain text file. Without this option, it's quite difficult to examine past logs. It seems that Geth already have an option like this. https://geth.ethereum.org/docs/fundamentals/logs
Request
I suggest an execution option that takes a path to a certain text file, for example, --log-path <file path>. When enabled it will sequentially store logs occurred by the node. Log rotation should also be included to prevent massive log file size.
Solution
No response
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered:
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Motivation
Currently, there is no execution option to enable file logging. For example storing
stdout
orstderr
to a certain text file. Without this option, it's quite difficult to examine past logs. It seems that Geth already have an option like this. https://geth.ethereum.org/docs/fundamentals/logsRequest
I suggest an execution option that takes a path to a certain text file, for example,
--log-path <file path>
. When enabled it will sequentially store logs occurred by the node. Log rotation should also be included to prevent massive log file size.Solution
No response
Are you willing to help with this request?
Yes!
The text was updated successfully, but these errors were encountered: