-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I suggest simplifying the viewing of logs #27
Comments
I would add surfacing the KEDA and DAPR logs to this as well, please. Should make troubleshooting a lot easier. |
agree with @guythetechie |
Totally agree with this. While I created what was it a log analytics workspace... I can't even find the logs or know where to search them or figure out how to access even the most basic of log information. |
Log Streaming is coming VERY soon! |
I created #196 to track the ask to view KEDA and Dapr logs. |
Log streaming is available and Mike's issue linked above will track ongoing visibility improvements for dapr and keda |
Visualization by 'Log Analytics' is very complex.
We need a simple screen that shows the real-time log stream
Creating a simple command to view the log
=> az containerapp logs ...
kubectl logs -l app=myapp
kubectl logs -f deployment/myapp
Evaluate compatibility with other tools like 'stern'. We need to view the continuous log.
https://github.com/stern/stern
The text was updated successfully, but these errors were encountered: