| handlers = java.util.logging.ConsoleHandler | |
| .level = INFO | |
| com.google.enterprise.adaptor.sites.level = ALL | |
| com.google.enterprise.adaptor.level = FINER | |
| java.util.logging.ConsoleHandler.level = FINEST | |
| java.util.logging.ConsoleHandler.formatter = com.google.enterprise.adaptor.CustomFormatter | |
| # Uncomment if your terminal can't handle colors and the auto-detection | |
| # is incorrect. | |
| # com.google.enterprise.adaptor.CustomFormatter.useColor = false |