vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Dispatch Solo logs should be accessible via the CLI (UI?) #671

Open berndtj opened 6 years ago

berndtj commented 6 years ago

Feature Request

Detailed Description

Debugging should not require access to the Dispatch Solo VM. The logs should be accessible more easily via the API/CLI.

We may want to feature flag this as it could be a security issue.

Context

Possible Implementation

Complexity

berndtj commented 5 years ago

I think what's needed here is a way to fetch the log file remotely via dispatch CLI... dispatch logs, should return the logs. We probably shouldn't just dump the entire log contents either. I'm going to move this item out, as I think it may be more complicated.