Attempts to connect to the DB using all LOG_DB_* environment variables. Returns an empty list if a connection is established, returns an `error_list` entry otherwise.
Source:R/logging.R
verify_log_connectivity.Rd
Attempts to connect to the DB using all LOG_DB_* environment variables. Returns an empty list if a connection is established, returns an `error_list` entry otherwise.
Usage
verify_log_connectivity(drv = RMariaDB::MariaDB())
Examples
if (FALSE) { # \dontrun{
verify_log_connectivity(RMariaDB::MariaDB())
} # }