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

Tune log messages to be less verbose #490

Open
tcmitchell opened this issue Apr 27, 2016 · 0 comments
Open

Tune log messages to be less verbose #490

tcmitchell opened this issue Apr 27, 2016 · 0 comments

Comments

@tcmitchell
Copy link
Member

The log file (chapi.log) is voluminous. Every call and result is recorded, up to 250 characters. The truly relevant information is sometimes unavailable because it occurs after the 250th character. For instance, the subject of the call, like a slice or project, sometimes isn't shown in the log file, but the detailed options and match terms are shown.

Consider how to make the log file less voluminous so that it is more useful. Maybe only error returns need to be logged. And maybe only the subject and other truly relevant information needs to be displayed for each invocation.

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

1 participant