#Getting weird logs on maOS
12 messages · Page 1 of 1 (latest)
The logs get printed as soon as I run the app in dev mode
If you are wondering what I do in the startup function
I run tokio::spawn fn 2 times to await simple async fn
And std::thread::spawn (In setup fn) to run an actix-web server
ehh not too sure what's going on. If your app is working even with the logs then I don't think there's anything to worry about
And that fn that runs actix-web server receives an app handle argument
Maybe someone with more knowledge can provide insight but every time I've seen logs like that they can be ignored
Yes the app works fine, I have ignored this logs for a little while, no problem happend