Questions tagged [log-viewer]

33 questions
1
vote
1 answer

how to display log data into colorful manner in angular app

I am working on a feature where need to display logs data from various app into an angular app. I have back-end services which reads logs data for selected app and send them to angular UI. I am using a text area control to display these logs but it…
Abhash786
  • 881
  • 2
  • 24
  • 53
1
vote
0 answers

Viewing log messages with Emacs

After running the Python code import logging logging.basicConfig(filename='./output.log', level=logging.DEBUG, format=('%(asctime)s\t%(levelname)s --' ' %(processName)s ' …
Calaf
  • 10,113
  • 15
  • 57
  • 120
1
vote
0 answers

Is it possible to create multiple logcat windows in Android Studio?

Is it possible to create multiple logcat windows in Android Studio for single attached device, so that I can filter different tags in different windows yet able to see together. How to do that?
Sazzad Hissain Khan
  • 37,929
  • 33
  • 189
  • 256
1
vote
1 answer

Cognos Analytics 11

I'm trying to read logs in Cognos Analytics 11.0.7 and prior there was a logviewerv2 that made reading logs very simple. I read in a form that in version 11.0.6, IBM removed this feature. I was hoping to get confirmation on this, and if there are…
1
vote
2 answers

Wildfly Log Viewer has to show log4j logs

I am using WildFly9.0 and able to see the server.log in web console's Log Viewer page. My application has its own log files in the same folder with different names configured using log4j. My question is how can i see those files also in web…
Purna
  • 43
  • 7
1
vote
1 answer

Jdeveloper 11g log window disappeared

I am trying to reach log window to see what happens backround. how can I open and view? there is nothing when I click View -> Log
fukit0
  • 924
  • 1
  • 11
  • 35
1
vote
1 answer

Legit Log Viewer for NLog not working

I am using NLog to log all my .NET applications. And I am looking for a software which can help me to view these long logs easily. So Legit Log Viewer comes to me. However, I am not able to view the log files, the Log Viewer says "unsupported log…
Joe SHI
  • 1,734
  • 4
  • 20
  • 39
0
votes
0 answers

django-log-viewer: LOG_VIEWER_FILES_PATTERN

I have 2 types of log files, with various "filenames": filename.log filename.log.1 How to configure this in LOG_VIEWER_FILES_PATTERN? This does not work: LOG_VIEWER_FILES_PATTERN = "*.log??" Note: django-log-viewer version 1.1.7
Davy
  • 1,720
  • 1
  • 19
  • 42
0
votes
1 answer

Laravel 8 Log Viewer

I am using the rap2hpoutre/laravel-log-viewer package for my log viewer currently. I faced duplicate info at the folder part when I have multiple sub-directory for my log file. I found out that it's looping my…
0
votes
1 answer

JMeter - How to capture a cookie value from log viewer and pass it as an input to another request?

I am using Jsr223 sampler and performing a login activity. Using log.info in Jsr223 sampler, I am able to print a cookie value in JMeter log viewer. I want to capture that value again from logviewer and pass it as an header manager input to another…
rajpradeep32
  • 39
  • 1
  • 7
0
votes
0 answers

laravel multiple files log viewer using laravel Log-Viewer

I have laravel generate logs for three different purposes. api logs are logged in Api.log file. local server logs are logged in Laravel.log file. error logs are logged in error.log file. but on the laravel log-viewer I can only see log files that…
Ijaz Ali
  • 60
  • 6
0
votes
1 answer

Looking for a Split View Debug Viewer to visualize Logs of Asynchronous Systems

To visualize asynchronous log output, I am looking for a log4j/net compatible debug viewer with a split view that shows log lines selectively on the left or right. The selection should be based on a set of loggers or string patterns. Preferably,…
Armin
  • 1,052
  • 7
  • 18
0
votes
2 answers

Analyzing Log Files Generated by Log4j

I'm trying to find a tool to analyze a bunch of log files generated by log4j and ended up with Apache Chainsaw. Unfortunately, I could not find adequit documentations to help how to use it. All what I was able to do is viewing the result of one log…
Greg
  • 411
  • 2
  • 6
  • 15
0
votes
2 answers

Can I use Chainsaw to view httpd access and error log?

Chainsaw seems to be a very powerful logviewer. However, I could not find the correct settings to open a httpd standard logfile. A line in the log looks like 123.65.15.255 - - [04/Jan/2015:03:38:12 +0100] "GET /index.html HTTP/1.1" 200 - "-"…
Alex004
  • 785
  • 2
  • 10
  • 25
0
votes
4 answers

Does ruby have a log viewer?

Is there a log viewer for displaying Ruby log files from any of its loggers (be it l4r or their basic logger)? Some kind of gui app that opens a log file and can support simple queries such as INFO only?
Zombies
  • 25,039
  • 43
  • 140
  • 225