Questions tagged [otroslogviewer]

Log viewer focused on developers work

Log viewer focused on developers work

https://github.com/otros-systems/otroslogviewer

Provide integration with IntelliJ IDEA and Eclipse.

15 questions
6
votes
3 answers

log analyze: finding lines by time difference

I have a long log file generated with log4j, 10 threads writing to log. I am looking for log analyzer tool that could find lines where user waited for a long time (i.e where the difference between log entries for the same thread is more than a…
lili
  • 1,866
  • 8
  • 29
  • 50
2
votes
1 answer

Parse log4j log files within java code

Is there anyway to parse log4j files in your source code directly? I know that there are software's (chainsaw, otroslogviewer) that help you view them outside however looking for something that will help you do it within java code (and maybe return…
noi.m
  • 3,070
  • 5
  • 34
  • 57
2
votes
1 answer

log4j custom pattern in otroslogviewer

Hi I tried using otroslogviewer for viewing my application logs.But everytime I try loading the logs otroslogviewer gives an error message regarding the log4j custom pattern parsing my log4j pattern property is…
Lalit_Bhanot
  • 37
  • 1
  • 1
  • 6
2
votes
3 answers

Otroslogviewer: how to display date information beside the time part?

Otroslogviewer is a stunning log viewer. The log display shows the time column without the date part of the log. Is it possible to show the date part of the log entry? best regards
Jako
  • 2,489
  • 3
  • 28
  • 38
2
votes
2 answers

Error in OtrosLogViewer

i'm using OtrosLogViewer to analyze my glassfish log file. But it seems the software not working. I think my pattern is…
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
2 answers

otroslogviewer log4j pattern problems

i am trying to work with this open source log viewer (otroslogviewer) which is very nice but i cant seem to create the pattern that will work with the log4j pattern that i am using in my software. my log4j pattern is: %p [%t] (%C{1}:%M():%L)…
Gleeb
  • 10,773
  • 26
  • 92
  • 135
1
vote
1 answer

OstrosLogViewer parser

I want to parse in OstrosLogViewer a karaf log file that looks like: 15:01:56,405 | INFO | Framework stop | .osgi.CXFExtensionBundleListener 112 | 101 - org.apache.cxf.cxf-core - 3.1.5 | Removing the extensions for bundle 174 15:01:56,405 | INFO…
eric44
  • 11
  • 2
1
vote
1 answer

Getting logs from Tomcat

I work with Gradle project (IntelliJ, Gradle, Tomcat, Spring). I established a remote Tomcat Server - I managed how to deploy, debug and so on, but I can't connect from any tool to "listen" on changes in catalina.out file on Tomcat Server. I would…
rudald
  • 364
  • 5
  • 18
1
vote
1 answer

remote FileChooser using OtrosVFSBrowser

I'm trying to do a remote filechooser. I read a lot of information but I don't get it. The best site I've seen is (https://code.google.com/p/otrosvfsbrowser/) because is exactly what I want but I don't fine more information. Are Someone of you using…
Charlio
  • 78
  • 2
  • 8
1
vote
1 answer

Otros LogViewer - Searching and sorting by method, class or message

I am starting to work with Otros Log Viewer to analyze my log4j logs, but couldn't find a way to filter the logs by methods or class names, and couldn't find a way (for example) to count how many errors were made in method "foo". I would appreciate…
Wasafa1
  • 785
  • 2
  • 10
  • 21
0
votes
1 answer

Otros Log Viewer

Okay, so i successfully installed Otros Log Viewer in eclipse using the eclipse marketplace; see screen captures -->eclipse marketplace pic, my eclipse installation details. However i cant seem to locate it in the eclipse perspective, other or…
Cosburn
  • 11
  • 2
0
votes
0 answers

Error using OtrosLogViewer with SocketHubAppender

I'm trying to use something besides Chainsaw, which seems to not be supported any more and cannot be started with Java 1.8.0_72. I was trying OtrosLogView using the same Log4j file that I used with Chainsaw, but I keep getting this…
Craig
  • 2,286
  • 3
  • 24
  • 37
0
votes
0 answers

Otros Logviewer – Pattern for New Line

I tried to view logs for my application through Ostro log viewer, It seems that I am doing wrong with Ostro pattern. Log4j property is : log4j.appender.file.layout.ConversionPattern=%t ** %p **%n%d, (%F:%L)%n%m%n Equivalent Ostro log viewer…
0
votes
1 answer

Save program state for otroslogviewer log

How can I save the state of the log viewer for a specifc file, i.e. the activated filters, columns etc.? I only see an option to save the logging data not my configured "view".
kossmoboleat
  • 1,841
  • 1
  • 19
  • 36