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
Here I want to see logs of handler run too. I do not want to just collect logs to array and return it at least because debug library has also add colors which is useful for seeing logs in console
The text was updated successfully, but these errors were encountered:
To do this issue, we will have to introduce a new link. Something like this: (PromiseResult ExecutionLogs SyncTextFile). The structure of links types should be discussed with @ivansglazunov, or it may be optional using a package that is installed separately. If package/type exists logs are recorded - if not - then no logs are recorded in deep, but these logs may still be available inside docker container.
To view logs in real time, we can update SyncTextFile's value and subscribe to changes to logs in the UI.
I can use codesandbox, run code and see terminal
Here I want to see logs of handler run too. I do not want to just collect logs to array and return it at least because debug library has also add colors which is useful for seeing logs in console
The text was updated successfully, but these errors were encountered: