DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.35k stars 740 forks source link

0.5 alpha 2 dioxus_core debug messages visible in app debug output #2152

Closed jeancf closed 3 months ago

jeancf commented 3 months ago

Problem

I just ported my desktop app from 0.4 to 0.5 alpha 2. When running, my log messages are drowned into log messages from dioxus_core

Steps To Reproduce

Steps to reproduce the behavior:

Expected behavior

Only see the log messages output by my app in the terminal (like with 0.4)

Environment:

Questionnaire

jkelleyrtp commented 3 months ago

This should be fixed thanks to #2157

jeancf commented 3 months ago

I have dioxus = { git="https://github.com/dioxuslabs/dioxus", features = ["desktop"] } in my Cargo.toml and I have run cargo update but I still see the Dioxus log messages in the log of my app. Is there something else I should do?

jeancf commented 3 months ago

Never mind. I reinstalling dioxus-cli and everything is fine.