Feature request: application logs to stdout
Guys, we are using kubernetes env, so I have neo-cli in docker. One of the basic concept - is having logs on stdout, so I would collect them, parse, index etc
Can we add a cli option, or config file, allowing application log plugin to send logs to stdout?
Followup to https://github.com/neo-project/neo-cli/issues/402
Sounds good, we are currently discussing best debugging and logging templates, that might be an option.
This kubernets example might also be useful for the Community. Is it working good as expected?
@vncoelho sure, I'll do PR with dockerfile to the neo-cli repo today, it's working just fine
Great to hear, let's consider this that you mentioned, we need something configurable that is in connection with NEO core different mechanisms, logging each of them properly.
Current dockerfile: https://github.com/neo-project/neo-cli/pull/410
Do we have news on this? When things go wrong it is very difficult to check what is going on with the node without logs being sent to stdout, restarting the server just to enable logging to a file isn't a good option for our deployment strategy.