Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the way in which logs are kept and shown to the user. #101

Closed
gtato opened this issue Nov 9, 2015 · 1 comment
Closed

Improve the way in which logs are kept and shown to the user. #101

gtato opened this issue Nov 9, 2015 · 1 comment

Comments

@gtato
Copy link
Contributor

gtato commented Nov 9, 2015

Every service should be able to expose a custom list of log files which are relevant for the specific service. Ideally, this list should be dynamic, so it can be changed during the lifetime of the service to accommodate the specific needs at that point in time (for example, in the Generic Service, different applications deployed in the cloud may want to expose a different set of log files).

All these log files, along with the application manager log, service manager logs and agent logs should be accessible in a centralized manner.

@gtato gtato added this to the ConPaaS-2.0.0 milestone Nov 9, 2015
@tcrivat
Copy link
Contributor

tcrivat commented Feb 2, 2016

The application manager log is exposed in the web frontend since commit 16f7e82.

Separate logs for service managers (and links for retrieving them from the web frontend) are implemented in commit fe45dad. They are now accessible also using the command line client (cps-tools) since commit 713039a.

Agent logs are retrievable in both the web frontend and command line client for all the services since the commit c006659.

However, the list of logs that a service can export is not dynamic and, at the moment, for the agents, only the ConPaaS Agent's log is accessible. Since we have another issue that request to make this customizable for every service (#92), I will close the current issue.

@tcrivat tcrivat closed this as completed Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants