Eliminate deploytest branch and remove the database url from the info logs
This commit is contained in:
parent
ea38d51e25
commit
529c1eef2b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
.unwrap_or_else(|_| "mysql://astraadmin:password@mysql:3306/astra".to_string());
|
.unwrap_or_else(|_| "mysql://astraadmin:password@mysql:3306/astra".to_string());
|
||||||
|
|
||||||
info!("Starting Rust Engine...");
|
info!("Starting Rust Engine...");
|
||||||
info!("Connecting to database: {}", database_url);
|
// info!("Connecting to database: {}", database_url);
|
||||||
|
|
||||||
// Connect to database
|
// Connect to database
|
||||||
let pool = match MySqlPool::connect(&database_url).await {
|
let pool = match MySqlPool::connect(&database_url).await {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue