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