Package org.apache.accumulo.core.logging

This package exist to provide a central place in Accumulo's source code for important log messages. This allows Accumulo's users to look in one place in the source code to see whats available. It also allows user to diff this directory across Accumulo releases to see what has changed, which enable them to update automated parsing.

The log messages in this package exist within a logical namespace independently from source code package names. This convention allows user to track logical events like changes to tablet files where the code making those changes may exist in many different packages and classes.

Since users may have automation for parsing log messages, please be mindful of this when making changes to log messages in bug fix releases.