This commit is contained in:
parent
fdf31ecfd2
commit
7db1fa3d3b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ impl ConnectionOptions {
|
|||
async fn connect(self) -> ServiceResult<Database> {
|
||||
let pool = match self {
|
||||
Self::Fresh(fresh) => {
|
||||
println!("{}", fresh.url);
|
||||
tracing::info!("DATABASE URL: {}", fresh.url);
|
||||
let mut connect_options =
|
||||
sqlx::postgres::PgConnectOptions::from_str(&fresh.url).unwrap();
|
||||
if fresh.disable_logging {
|
||||
|
|
Loading…
Reference in a new issue