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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
During debugging, it happened to me a couple of times that I wished I could change the logging levels without bringing down the whole node. In the case of polkadot-launch testing, that typically means bringing down the whole testnet.
It would be quite handy to have ability to change the logging levels on the fly. As a strawman idea, there could be a special flag that if enabled makes the node to expose an HTTP endpoint that listens on localhost for requests. Upon a POST request it will change the logging levels. The body format should be something simple so that it can be changed easily with curl.
The text was updated successfully, but these errors were encountered:
During debugging, it happened to me a couple of times that I wished I could change the logging levels without bringing down the whole node. In the case of polkadot-launch testing, that typically means bringing down the whole testnet.
It would be quite handy to have ability to change the logging levels on the fly. As a strawman idea, there could be a special flag that if enabled makes the node to expose an HTTP endpoint that listens on localhost for requests. Upon a POST request it will change the logging levels. The body format should be something simple so that it can be changed easily with curl.
The text was updated successfully, but these errors were encountered: