feat: log to file (#967)

This commit is contained in:
thesimplekid
2025-08-19 14:57:14 +01:00
committed by GitHub
parent d3a3c30d99
commit 761ed82554
16 changed files with 378 additions and 45 deletions

View File

@@ -700,7 +700,6 @@ VALUES (:quote_id, :amount, :timestamp);
#[instrument(skip_all)]
async fn add_mint_quote(&mut self, quote: MintQuote) -> Result<(), Self::Err> {
tracing::debug!("Adding quote with: {}", quote.payment_method);
query(
r#"
INSERT INTO mint_quote (