Marak
Marak
Maybe `stderr` should auto-encode into JSON message for logging API if no JSON message is found? That way it would be supported for all languages easily?
( no need to make json object in code )
That sounds like best practice for python @pyhedgehog Can you make pull request to `run-python` and `run-python3` binaries to include `logging` handle? I think maybe it's easy to do?
Node.js has `console.log` method, so for JavaScript, we provide a `console.log` which pipes to service logs. You tell me Python has `logging` handler. Well, we should provide a `logging` handler...
Don't worry about incompabitilties, python needs logs. present solution if you can, or i will try to implement a default logging class for every python service that sends to stderr
Nice! Really excited to see Python support improve. Let's group all these changes together and try to push one update which adds logging / packages / sdk. Thank you so...
I am deep into infrastructure refactor this week. Adding 7x more servers Python support is next on list. I want to review everything you have and will soon. Thank you...
All issues noted seem OK to fix this week. I will first address #240 and #237 in the next few days, that should be easy. Will look into #242 #243...
@pyhedgehog - Please feel free to triage the issues. We've got a new release coming up which is using https://github.com/stackvana/microcule for core spawning API. All python support would be done...
@pyhedgehog - I've got logs working from python services locally by adding only four lines of code to the `micro-python` binary we have. Will try to deploy soon. ```python def...