We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1c28c commit 3031daeCopy full SHA for 3031dae
1 file changed
README.md
@@ -343,6 +343,8 @@ end
343
Enabling this configuration will output the database that the process is currently connected to as well as which
344
schemas are in the search path. This can be enabled by setting to true the `active_record_log` configuration.
345
346
+Please note that our custom logger inherits from `ActiveRecord::LogSubscriber` so this will be required for the configuration to work.
347
+
348
**Example log output:**
349
350
<img src="documentation/images/log_example.png">
0 commit comments