Description
Every production cluster I've seen runs logging at DEBUG in production because the INFO+ level messages are not very good. We should move some of the DEBUGs up to INFO so that it is feasible to turn DEBUG off. At least to the point where we no longer need to ship example configurations that leave it on.
Alternatively, we could address the issues that people need DEBUG logging turned on for, and address the problem that way.
Attachments
Issue Links
- relates to
-
ACCUMULO-1242 Consistent logging
- Resolved