• Avoid using wildcards at the beginning or middle of a string
- Wildcards at beginning of string scan all events within timeframe
- Wildcards in middle of string may return inconsistent results
- So use fail* (not *fail or *fail* or f*il)
• When possible, use OR instead of wildcards
- For example, use (user=admin OR user=administrator) instead of user=admin*
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mirko1976
2 days, 6 hours agopraveenjetty
7 months agomason999
7 months, 2 weeks agoAsheel1
5 months, 3 weeks agomikelord
3 years, 1 month ago