metacall / faas

Reimplementation of MetaCall FaaS platform written in TypeScript.
https://dashboard.metacall.io
Apache License 2.0
13 stars 20 forks source link

Implement logs #32

Closed HeeManSu closed 1 month ago

HeeManSu commented 4 months ago

This will retrieve and show the logs of a deploy.

viferga commented 4 months ago

It would be interesting to implement coloring by worker and not just by stdout/stderr.

https://github.com/metacall/faas/commit/336022cca0a3778ddc46f66be8cb45ba5516959a

Creatoon commented 4 months ago

Reopening the issue, as there are more improvements in the logs itself, will list it down, once I gather all the info.

Thanks

HeeManSu commented 4 months ago

https://github.com/metacall/faas/pull/44

This PR includes a few improvements.

viferga commented 1 month ago

I consider this issue done.