You can re-configure log locations, log file size, log file encoding, log pattern, and logging message levels.
Logging levels can be set to any of the following :
DEBUGdesignates fine-grained informational events that are most useful to debug Record Store problems.INFOdesignates informational messages that highlight the progress of Record Store operations at a coarse-grained level.ERRORdesignates error events that might still allow the Record Store to continue running.FATALdesignates very severe error events that will presumably lead the Record Store to abort.OFFhas the highest possible rank and is intended to turn off logging.
These levels allow you to monitor events of interest at the
appropriate granularity. When you are initially setting up your Record Store
implementation, you might want to use the
DEBUG level to get all messages, and change to a
less verbose level in production.

