...
How do I check the status of the Google connector?
Paste this url in your browser: http://<DOMAIN_ NAME>/google/health to check the Google Connector status. Provide your domain name and the port number if you are running locally. You should see a {"status":"UP"} message.
Where do I find the Google Connector logfile?
If you are using the frevvo tomcat bundle, the Google Connector log is located in <frevvo-home>\tomcat\logs. The logfile is named google-connector.YYYY-MM-DD.log. Generating separate logfiles make it much easier to search for errors when troubleshooting connector issues. The connector is designed to use the frevvo-config.properties file.
The Google connector logfile defaults to INFO loglevel. To configure DEBUG level logging for the Google connector log:
Code Block |
---|
logging.level.com.frevvo.connector.google=DEBUG |
"Unknown Error has Occurred" message when logging on to the Save to Google Spreadsheet wizard
...