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

Normalize all log messages. #119

Merged
merged 1 commit into from
Mar 25, 2015
Merged

Conversation

sethkinast
Copy link
Contributor

Logs describing something that did not execute are ERRORs.
Logs describing something that executed but with no effect are WARNs.
Log messages start with the name of the helper that generated them.
Log messages start with a capital letter.
Log messages do not end with punctuation.
Log messages enclose parameter names in backticks.
Log messages are tested.

@@ -191,7 +191,7 @@
context: {},
expected: "",
message: "math helper blah operation",
log: "{@math}: method blah not supported"
log: "Method `blah` is not supported"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include the helper name prefix in the log check.

Log messages start with the name of the helper that generated them.
Log messages start with a capital letter.
Log messages do not end with punctuation.
Log messages enclose parameter names in backticks.
Log messages are tested.
prashn64 added a commit that referenced this pull request Mar 25, 2015
@prashn64 prashn64 merged commit da6e6ed into LinkedInAttic:master Mar 25, 2015
@sethkinast sethkinast deleted the log-language branch March 26, 2015 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants