Questions tagged [log-viewer]

33 questions
37
votes
10 answers

Android desktop log viewer

My Android application may save logcat logs to a file. This log file is then sent to developers for analysis. Is there a nice desktop android log viewer application, which would visualize these logs? I wasn't able to find a ready to use tool in…
inazaruk
  • 74,247
  • 24
  • 188
  • 156
14
votes
2 answers

Storm logviewer page not found

I'm able to submit a topology job in the multi-tenant cluster. The job is running. However, the logviewer page is not available. Is there any way to solve this issue?
catapan
  • 161
  • 1
  • 5
13
votes
3 answers

Any good tutorials on lilith (log viewer for Logback)?

I am using slf4j + logback for logging. I am looking for a good event log viewer (like Apache Chainsaw). Logback website mentions Lilith. The lilith website is not only ugly (says so on website homepage!) but also lacks any documentation whatsoever.…
gresdiplitude
  • 1,665
  • 1
  • 15
  • 27
9
votes
3 answers

Log viewer with IntelliJ integration

I'm looking for a log viewer, the most interesting feature for me is integration with IntelliJ and opening log from remote servers. It can be IntelliJ plugin or standalone application.
Ivan Sas
  • 1,023
  • 2
  • 10
  • 14
3
votes
2 answers

Issue with LogMX Regular Expression Parser

We are using LogMX log viewer to monitor our application logs, using a Regular Expression Parser. Every time a log message contains the "-" character, LogMX doesn't parse the log event as expected. For example, the following log event: [ERROR] |…
ebatienss
  • 78
  • 4
2
votes
1 answer

Label logging with python to gcp log viewer

I am trying to use GCP labels in my GKE app, I would like to log labels that are associated with the GKE like namespace_name,location, cluster_name, project_id and pod_name, however by default everything is logged under global resource type and only…
pregot
  • 31
  • 5
2
votes
2 answers

Best way of monitoring multiple log files

I need to know what is the best tools to monitor multiple log files suitable to my needs. What I need : Send and monitor multiple log files at once Support real-time viewing Better graphical User Interface whenever possible Capable of searching or…
Budianto IP
  • 1,118
  • 1
  • 13
  • 27
2
votes
3 answers

Is there any alternative to syslogd?

I am looking into writing my application's log files to a syslog server in addition to plain old log files. Are there any alternatives to syslogd? Currently we do not run any Linux servers, so it would be ideal if I could find a Windows solution so…
Pablo
  • 2,054
  • 8
  • 30
  • 56
2
votes
0 answers

SQL server jobs history - job execution id?

I'm trying to figure out how SQL server groups their job history hierarchy to relate an outcome to all job steps. I'm using a data visualization tool to track errors in a dashboard, but the whole (Job outcome) step is driving me crazy. Is there no…
henhen
  • 23
  • 9
2
votes
1 answer

otroslogviewer batch processing feature

Hi, I want to use otroslogviewer batch processing feature. How can I call ExampleLogDataParsedListener? I write olv-batch.bat -c examples.examplelogdataparsedlistener xml.txt, but I get these messages: can not load log data collector :…
dev
  • 271
  • 1
  • 3
  • 11
1
vote
1 answer

How to receive log in Log2console Log Viewer from Database table

I think question is self explanatory. Again Log2Console use only File, UDP, WinDebug, MSMQ EventLog ,TCP IP v4 and v6, Silverlight Socket Policy as Receiver. Is there any way to configure it with database? I have logger database, log is stored in…
A N M Bazlur Rahman
  • 2,280
  • 6
  • 38
  • 51
1
vote
1 answer

access json body parameters in custom formatter of lnav log file navigator

I'm using lnav to filter and query on top of the custom log file we have created. As this is a custom log file, I need to create a custom format file and install it using below command to define the structure of the log entries. lanv -i…
1
vote
2 answers

How can I see more log lines in the git-rebase TODO editor session?

When you git rebase -i 1234abcd, you get an editor session with the 'TODO' list for the rebase: What needs to be done for each relevant changeset. Now, by default, we see one line per commit - the first line of the commit message. However, some of…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
1 answer

Gcloud logs viewer - search for substring filter not working

According to documentation, using :"string" on a field searches for the substring. But it's not working, there is no result. Here is the filter I use in the…
unludo
  • 4,912
  • 7
  • 47
  • 71
1
vote
1 answer

Export Log Viewer to file

I was wondering if there is anyway I can export the same information I get in the LogViewer in Choregraphe into a .txt file by using a Python script loaded into the robot. I have looked into the documentation of Aldebaran and this is the only thing…
pristol
  • 13
  • 2
1
2 3