LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Add util logger for supervisor to log to orchestrator #32

Closed lrlakshan closed 6 months ago

lrlakshan commented 7 months ago

@isoteemu please review

heikkilv commented 7 months ago

I did not test your changes, but looking at the changes done. It might be beneficial to have some logging done also on the other routes defined in app.py. For example, when Wasm modules are uploaded/updated to the supervisor, as well as when some function is called in the existing Wasm modules.

lrlakshan commented 7 months ago

Thanks for the feedback. I will work on the mentioned suggestions.

lrlakshan commented 7 months ago