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
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