Он использует java.util.logging.Logger для регистрации подробностей HTTP-запроса и ответа, включая URL, заголовки и содержимое.
Обычно ведение журнала ведется с помощью файла logging.properties. Например:
# Properties file which configures the operation of the JDK logging facility.
# The system will look for this config file to be specified as a system property:
# -Djava.util.logging.config.file=${project_loc:googleplus-simple-cmdline-sample}/logging.properties
# Set up the console handler (uncomment "level" to show more fine-grained messages)
handlers = java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level = CONFIG
# Set up logging of HTTP requests and responses (uncomment "level" to show)
com.google.api.client.http.level = CONFIG
для получения дополнительной информации см. регистрация