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:
@@ -44,7 +44,8 @@ async fn main() {
|
|||||||
async fn app() -> anyhow::Result<()> {
|
async fn app() -> anyhow::Result<()> {
|
||||||
dotenv().ok();
|
dotenv().ok();
|
||||||
|
|
||||||
console_subscriber::init();
|
tracing_subscriber::fmt::init();
|
||||||
|
// console_subscriber::init();
|
||||||
|
|
||||||
info!("Starting automation_rs...");
|
info!("Starting automation_rs...");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user