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

Add logging statements throughout codebase #28

Open
dills122 opened this issue Jun 2, 2019 · 0 comments
Open

Add logging statements throughout codebase #28

dills122 opened this issue Jun 2, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dills122
Copy link
Owner

dills122 commented Jun 2, 2019

Increase the informational logging throughout the code base. Currently a good portion is covered and can be used as an example.

// Start with FILENAME::METHODNAME: Info
console.log(`process-results::execute: One Card Found ${JSON.stringify(cards)}`);

Add logging statements in crucial areas throughout the system, try to keep the data displayed in the log statement smaller the better for readability.

@dills122 dills122 added enhancement New feature or request good first issue Good for newcomers labels Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant