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

Hard to get CT4E logging #3092

Open
briandealwis opened this issue May 24, 2018 · 2 comments
Open

Hard to get CT4E logging #3092

briandealwis opened this issue May 24, 2018 · 2 comments

Comments

@briandealwis
Copy link
Member

We do our logging via java.util.logging, which isn't captured by the Eclipse logs. It would be useful to introduce a logging bridge to (somehow) also log to the Eclipse .metadata/.log file. Such bridging would allow seeing errors from the Eclipse Error Log view, and also simplify submitting error reports.

This bridge should be abled to be disabled with a system property, and should also try to detect situations where the com.google.cloud.tools.** is already being logged to something other than the console log (e.g., already being handled by something else).

@elharo
Copy link
Contributor

elharo commented Jun 3, 2018

Just checking, might this ever end up getting auto-submitted to Eclipse project error catchers or any other automated collection agent?

@briandealwis
Copy link
Member Author

Possilbly. It really depends on what the user has configured. I believe AERI, for example, processes results sent to the StatusManager and does matching based on the bundle IDs. Those same collectors already have access to the projects and information on disk, so we wouldn't be opening up additional access.

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

3 participants