Fix: Memory leak
It turns out that console-subscriber has a memory leak, this is fixed in main, but there has not been a new release yet. So for now we go back to tracing subscriber.
This commit is contained in:
parent
40ba4c47cf
commit
cde9654a78
|
@ -44,7 +44,8 @@ async fn main() {
|
|||
async fn app() -> anyhow::Result<()> {
|
||||
dotenv().ok();
|
||||
|
||||
console_subscriber::init();
|
||||
tracing_subscriber::fmt::init();
|
||||
// console_subscriber::init();
|
||||
|
||||
info!("Starting automation_rs...");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user