hey everyone, my prefect logs arent showing up on ...
# ask-community
c
hey everyone, my prefect logs arent showing up on the UI, when i look into the agent it keeps displaying this error. any reason why?
1
c
This is just a warning, and can be disregarded. Are you using a custom logger?
c
no im not
c
It’s ahrd to say what might be the issue here, and this being Windows is a little more odd. I would try a basic test to just run a flow locally (even a simple hello world) from the terminal, and see if you get logs. It could be an environment setting, a logging configuration, a windows setting , it’s ahrd to say
c
Thanks @Christopher Boyd We do know that it runs locally from the terminal setting. it just started breaking after we opened up another prefect (upgraded), so I think it couldnt be a windows setting. Any particular configs i should look out for? Thanks!
c
I’m not 100% sure to be honest - depending on what version you upgraded from / to , the logging configuration could have changed (it changed from orion to server) , so it’s entirely possible that you might need a new shell?
you can also check
prefect profile inspect
and check the logging configuration in
~/.prefect/logging.yml
although I’d need to verify where that was at in Windows