You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Hector provides extensive logging using slf4j which is a high level log wrapper with a log4j implementation.
By default all logs are at the INFO level.
If you need more logs simply create a log4j.properties file and either place it in your classpath or send your program: -Dlog4j.configuration=file:///path/to/log4j.properties