Skip to content

Commit

Permalink
docs: improve debug logging guidance (#595)
Browse files Browse the repository at this point in the history
Debug logging doesn't need to include the entire application. Just the Connector will do. This commit updates the guidance to target just the Connector.
  • Loading branch information
enocom authored Nov 14, 2024
1 parent f2852b4 commit fbac8aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ for more information.

The Java Connector supports optional debug logging to help diagnose problems with
the background certificate refresh. To enable it, add the following to the file
`/src/main/resources/application.yml`:
`src/main/resources/application.yml`:

```
logging.level.root=DEBUG
logging.level.com.google.cloud.alloydb=DEBUG
```

## Support policy
Expand Down

0 comments on commit fbac8aa

Please sign in to comment.