racket/db

Logging?

Open

#10 opened on Jul 27, 2017

 (3 comments) (0 reactions) (0 assignees)Racket (17 forks)github user discovery
help wanted

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Inspired by this racket-users thread.

It would be useful to have some loggers for various database connection events to debug database connection issues. For example, logging all queries at the 'debug level or logging connection pool events like when a connection is returned to the pool instead of being closed.

Contributor guide