We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16efb95 commit 9b96b64Copy full SHA for 9b96b64
1 file changed
src/main.rs
@@ -92,7 +92,7 @@ pub async fn build_bot() -> anyhow::Result<()> {
92
#[tokio::main]
93
async fn main() -> anyhow::Result<()> {
94
tracing_subscriber::fmt()
95
- .with_max_level(tracing::Level::DEBUG)
+ .with_max_level(tracing::Level::INFO)
96
.pretty()
97
.with_timer(tracing_subscriber::fmt::time::ChronoLocal::rfc_3339())
98
.init();
0 commit comments