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
Copy file name to clipboardExpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,15 @@ This driver accepts the following extensions:
362
362
363
363
*`CodecRegistrar` to contribute `Codec`s for Postgres ObjectIDs.
364
364
365
-
Extensions can be registered programmatically using `PostgresConnectionConfiguration` or discovered using Java's `ServiceLoader` mechanism (from `META-INF/services/io.r2dbc.postgresql.extension.Extension`).
365
+
Extensions can be registered programmatically using `PostgresConnectionConfiguration` or discovered using Java's `ServiceLoader` mechanism (from `META-INF/services/io.r2dbc.postgresql.extension.Extension`).
366
+
367
+
## Logging
368
+
If SL4J is on the classpath, it will be used. Otherwise, there are two possible fallbacks: Console or `java.util.logging.Logger`). By default, the Console fallback is used. To use the JDK loggers, set the `reactor.logging.fallback` System property to `JDK`.
369
+
370
+
Logging facilities:
371
+
372
+
* Driver Logging: `io.r2dbc.postgresql`.
373
+
* Query Logging: `io.r2dbc.postgresql.QUERY` on `DEBUG` level.
366
374
367
375
## License
368
376
This project is released under version 2.0 of the [Apache License][l].
0 commit comments