-
Notifications
You must be signed in to change notification settings - Fork 31
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
Remove brackets and message
field name from rendered message
#19
Conversation
Few notes:
Speaking of toggles, how do you feel about not merging this PR and instead exposing some pre-configured event and field formatters from |
I tried figuring out the formatting infrastructure in
You mean "not a fan"? so the default should be to keep it?
do we keep the
this all works out great, we do get |
That's fair, their documentation and organization can be improved. Sorry to send you on a wild goose chase. I can make this a feature for 0.2.
Sorry, that was confusing. Oncall's been busy, so I edited that poorly. I was trying to say that treating the
Okay! |
19a23fc
to
3de3229
Compare
I updated the commit so the brackets can get enabled again if desired. We should probably merge the ui test PR before this so we can use it to review this PR 😆 |
Thank you!
Eager to try it out in reviewing this PR! 😄 |
3de3229
to
a1d7bb2
Compare
I set the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for forgetting about this! Looks good to me; we can fix this in subsequent PRs.
I found some other code that was also matching on the
message
name and skipped printing it. I extended it to the code here, but I was unable to figure out how the other code is invoked or how to trigger it, since it looks to me like it would render"foo"
instead offoo
, because it's usingDebug
printing which renders quotes around strings.Here's a rendered version:
As text:
fixes #18