Disable logging in libvlc api - libvlc

I get log warning - "deprecated pixel format used, make sure you did set range correctly" in console. How disable this log from console ? I often turn the player on and off and these logs trash the output.

Related

Chrome Extension: how to show messages in event page console?

When I display a message from the Chrome extension in the console, I need to open the background page and see the console in it.
Is it possible to somehow make it more convenient - so that these messages are displayed in the console of the event page, without opening additional windows and consoles?

Find specific console log in an application among all the application logs in the browser

When you apply a filter in the console and find your log among many, you made it, you found your log. But when the filter is removed, scrolls goes to the top or down, so cannot see where de log is respect to all the rest of the logs in the app.
I'd like that when a filtered log in the console is selected and the filter is removed, to have the scroll at that point with all the rest of the logs of the application. Either because there is a console.group I'd like to expand and check, or because I would like to see the log position of my log of interest respect to other logs.
Is this possible?

Prevent HTML error content in Azure Web Logs

my Azure WebApp logs are getting html error page content.
This makes life difficult when trying to read the logs as they stream in the portal viewer.
Anyone successfully DISABLED this html error logging?
Thx.
According to your description, do you mean you don't want to see the error page html content in log-stream like this?
As far as I know, if you enable the Diagnostics logs' detailed error message feature, it will auto collect the details error message page in your file system.
The log-stream will auto get these content and show it in the log-stream console.
If you don't want to see these error contents, you could disable detailed error message feature. It will not show the details error content in the log stream console.

powerbi not refreshing in time

I am having the same issues with powerBI ,seems the automatic refresh its failing ,i currently have to click refresh to see new data coming in ,i have configure the the tumblingwindow part e.g tumblingwindow(second,3),done the live to dashboard are the any other settings/factors i have to set for the automatic refresh to work.(its a console app that selects data from database and sends each row to event hubs from event hubs to stream analytics then output is powerBi ).i am assuming the is time restrictions depending on throughput but how do i really calculate the time for tumblingwindow i should set ,i have tried the equation entitycount*60*60/throughput = seconds still no success.
below is a code but still the events take time to reach powerBi even after tumblingwindow(second,3) ,i could stop my application running then delete the dataset from powerbi ,but then the dataset will reappear
EventData data = new EventData(Encoding.UTF8.GetBytes(serializedobjects));
eventHubClient.SendAsync(data);
Overall workflow you describe seems fine and tumbling window size should not cause the data to never show up. You will have to debug this issue, with following steps
Goto Azure portal, inputs page for the stream analytics job and get a "sample". Does it return you any samples?
Goto Monitoring page in azure portal and check if input events and output events are greater than zero. If you see input events but don't see output events, you are likely hitting an error writing to output.
Also check if operation logs has any errors for this job.
Above steps should tell you if something is wrong with event format or the output.
Are you pinning the individual live tile to the dashboard or the entire report? Pinning the entire report does not appear to work.
If you pin the single tile containing the data you want, does that refresh in real time?

unable to save kibana dashboards correctly

I am trying to save kibana dashboards - I have tried the regular save as well as save to file option. In either case, I am unable to get the same dashboard to open up - the error I see at the top is as follows:
Error Alert
No time filter Timestamped indices are configured without a failover. Waiting for time filter
Before saving the dashboard, I can see the logs correctly in kibana. Any thoughts on troubleshooting or fixing this will be greatly appreciated.
That error happens when you try to refresh the dashboard and you do not have a Time Filter. Try to select for example, Last 15m and the error should not appear more.

Resources