Skip to content

Commit

Permalink
lower ratio log level
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Oct 21, 2024
1 parent d6de4f4 commit 121d2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl DBBaseTokenRatioProvider {
// Though the DB should be populated very soon after the server starts, it is possible
// to have no ratios in the DB right after genesis. Having initial ratios in the DB
// from the genesis stage will eliminate this possibility.
tracing::error!("No latest price found in the database. Using default ratio.");
tracing::warn!("No latest price found in the database. Using default ratio.");
BaseTokenConversionRatio::default()
}
Err(err) => anyhow::bail!("Failed to get latest base token ratio: {:?}", err),
Expand Down

0 comments on commit 121d2a7

Please sign in to comment.