Giter VIP home page Giter VIP logo

Comments (6)

SatyKrish avatar SatyKrish commented on July 28, 2024 2

@jeffhollan something similar to viewing live logs from AKS on Azure Portal can be good for debugging purpose.
https://docs.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-livedata-overview#view-logs

We have observed LogAnalytics logs are not near realtime, and can’t be effective during debugging.

from azure-container-apps.

kendallroden avatar kendallroden commented on July 28, 2024 1

Container logs can now be viewed via Log Stream. Your feedback has been noted @Al4ric

from azure-container-apps.

jeffhollan avatar jeffhollan commented on July 28, 2024

Thanks for flagging @harkiratiiit - you can see your container logs in the Log Analytics workspace provided. Does that work?

We're also working on some additional log improvements but would be curious if something missing out of Log Analytics today we can make sure to track

from azure-container-apps.

kendallroden avatar kendallroden commented on July 28, 2024

@SatyKrish we are working on observability enhancements :) Thanks for the feedback

from azure-container-apps.

yoshioterada avatar yoshioterada commented on July 28, 2024

Yes, I agree with the enhancement request.

I can get the log with the following query. However, it is not useful for me to execute the query every time.

ContainerAppConsoleLogs_CL 
| where ContainerAppName_s == 'CONTAINER-APP-NAME' 
| project ContainerAppName_s, Log_s, TimeGenerated 
| where Log_s contains "fatal"
| take 200
| sort by TimeGenerated asc 

It may be useful for me to be able to see the real-time log like
$ kubectl logs *** -f (tail -f)
in the terminal and/or Azure CLI.

from azure-container-apps.

Al4ric avatar Al4ric commented on July 28, 2024

Also would be great if those logs could be send to Event Hubs.

from azure-container-apps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.