Tagged Questions

Logs are usually text files containing records of events, such as user access or data manipulation as they occur, to serve as an audit trail, diagnostic device, or security measure.

learn more… | top users | synonyms

107
votes
7answers
20k views

grep a file, but show several surrounding lines?

I would like to grep for a string, but show the preceding 5 lines and following 5 lines as well as the matched line. I'm scanning for errors in a logfile, and want to see the context. Any clues for ...
43
votes
23answers
24k views

Best tail (log file visualization) freeware tool? [closed]

I have many programs generating tons of logs in files. What freeware do you know, either for Windows or for multi-platforms (if they are in java for instance), able to tail (display the end of) those ...
18
votes
8answers
13k views

Best way to rotate Apache log files

I've got an Apache server that has one access log file that is topping 600MB. This makes it really hard to search the file or parse it. What software or modules for Apache are available that will ...
13
votes
6answers
12k views

A good IIS Log Viewer for large log files?

I'm looking for a simple IIS Log Viewer that can open large (e.g. 100 meg) IIS Log files and give me simple filtering and searching tools. (IIS = Microsoft Internet Information Server, obviously) ...
12
votes
10answers
2k views

Software for Webserver Log Analysis?

Can I get some recommendations (preferably with some reasons) for good log analysis software for Apache 2.2 access log files? I have heard of Webalizer and AWStats, but have never really used any of ...
11
votes
4answers
6k views

Accessing crash logs on iPhones used for ad hoc distribution

When using one's own iPhone for development it's easy enough to access any crash logs via XCode->Organizer->Crash Logs. How does one access crash logs on another person's phone if they don't have it ...
11
votes
5answers
9k views

What is the command to truncate a SQL Server log file?

I need to empty an LDF file before sending to a colleague. How do I force SQL Server to truncate the log?
10
votes
6answers
9k views

Automated script to zip IIS logs?

I'd like to write a script/batch that will bunch up my daily IIS logs and zip them up by month. ex080801.log which is in the format of ex*yymmdd*.log ex080801.log - ex080831.log gets zipped up and ...
9
votes
2answers
3k views

Android logs 'GC_EXTERNAL_ALLOC' 'GC_FOR_MALLOC'

While running my apps, I have got this kind of logs: GC_EXTERNAL_ALLOC freed 2K, 38% free 8772K/14087K, external 17480K/17998K, paused 87ms GC_FOR_MALLOC freed 0K, 38% free 8772K/14087K, ...
8
votes
2answers
783 views

What could be causing these error?

I am seeing a very large number of the errors below in my log files. Nothing seems to be causing them in the way that none of our users are seeing any errors. What could be causing them? We are ...
8
votes
6answers
4k views

IIS7, RewritePath and IIS log files

I am using Context.RewritePath() in ASP.NET 3.5 application running on IIS7. I am doing it in application BeginRequest event and everything works file. Requests for /sports are correctly rewritten ...
8
votes
3answers
1k views

An easy way to diff log files, ignoring the time stamps?

I need to diff two log files but ignore the time stamp part of each line (the first 12 characters to be exact). Is there a good tool, or a clever awk command, that could help me out?
7
votes
1answer
860 views

Write android logcat data to a file

I want to dump android logcat in a file whenever user wants to collect logs, through adb tools we can redirect logs to a file using adb logcat -f filename but how can I do this in programming.??
7
votes
4answers
2k views

How can I calculate the median and standard deviation of a bunch stream of numbers in Perl?

In our logfiles we store response times for the requests. What's the most efficient way to calculate the median response time, the "75/90/95% of requests were served in less than N time" numbers etc? ...
7
votes
6answers
895 views

Reading data from a log file as a separate application is writing to it

I would like to monitor a log file that is being written to by an application. I want to process the file line by line as, or shortly after, it is written. I have not found a way of detecting that a ...
6
votes
8answers
3k views

Web Server Log Analysis Tool

Any suggestions for an accurate Web Log analysis tool to generate reports on the IIS logs? We used WebTrends, but I don't feel it was accurate.
5
votes
2answers
109 views

Apache does not log php errors

php via cli successfully logs errors to /var/log/php_errors.log But apache + php does not log errors. [bla@notebook ~]$ apachectl -v Server version: Apache/2.2.17 (Unix) Server built: May 19 2011 ...
5
votes
1answer
206 views

Parse logs on Windows Server 2003 to find user actions

Platform: Windows 2003 with Perl I am looking into how to cut the user Id out of the IIS log file. Then find out what that user did. Uploaded file, CWD.. things like that. There is [uniqu_ID]User ...
5
votes
3answers
591 views

Getting Heroku logs for past few weeks

I'm trying to get the production logs for the past few weeks off of heroku but when I do heroku logs, it just returns a few lines showing the production log for today. Any way to get heroku logs for ...
5
votes
7answers
7k views

Analyze GC logs for Sun Hotspots, JVM 6

I'm trying to analyze GC behaviour for our application (running in Tomcat, under Sun's Hotspots, JVM 1.6). So far I've Instructed the JVM to emit GC logs to a separate file using... -Xloggc:gc.log ...
5
votes
3answers
505 views

How long to retain an archive of web server traffic logs?

We've currently got four web servers in a farm generating IIS web logs about 100Mb per day. These can be compressed pretty effieciently down to somewhere around 5% of their size. We are planning to ...
4
votes
7answers
106 views

Parsing poorly formatted Log files?

I'm working with some log files that are very poorly formatted, the column delimiter is an item that (often) appears within the field and it isn't escaped. For example: ...
4
votes
8answers
568 views

Best practices, PHP, tracking millions of impressions per day

What do I have to do to make 20k mysql inserts per second possible (during peak hours around 1k/sec during slower times)? I've been doing some research and I've seen the "INSERT DELAYED" suggestion, ...
4
votes
6answers
1k views

Adding custom log locations to the OS X console application

After searching online, the best solution I've found so far is to just make a symbolic link in either "/Library/logs/" or "~/Library/logs/" to get it to show up in the Console application. I'm ...
4
votes
5answers
1k views

Appropriate design pattern for an event log parser?

Working on a project that parses a log of events, and then updates a model based on properties of those events. I've been pretty lazy about "getting it done" and more concerned about upfront ...
3
votes
1answer
331 views

Error “org.apache.catalina.realm.CombinedRealm startInterna” in Catalina.out

I have a SOAP based webservice being implemented in Netbeans.I have some issues on the server side and its giving me Error 500, the internal error, since I can't debug it automatically its telling me ...
3
votes
3answers
766 views

Android:how does application Protector app works?

Can anyone shed some light on how applications like App Protector , ES Security Manager (app protector part) work Basically what you do is set all the apps you want to lock in there. then whenever ...
3
votes
1answer
160 views

Is it posible to access crash logs stored on iphone through my app?

Is it posible to access crash logs and console logs stored on iphone through my app? if so, how can i do it? Thanks!
3
votes
5answers
823 views

Where does the ASP.NET development server keep its logs?

I am trying to sort out a problem where some relative urls are not resolving properly in an ASP.NET website. I want to see the HTTP logs to determine which URLs are being requested from the web ...
3
votes
3answers
331 views

MySQL Log of invalid Queries

I AM NOT RUNNING THE COMMANDS FROM PHP! I have MySQL log_error value set to /var/log/mysql/error.log However when I connect to a database and run an SQL command, the error does not appear in the ...
3
votes
1answer
213 views

How to enable logs for sitemesh

Is ther any form to enable logs for sitemesh ? I already put this in the log4j configuration but it doesn't work <!-- Appenders --> <appender name="console" ...
3
votes
2answers
103 views

Application for viewing coldfusion logs

Straighforward question really Wondering if there was an application specific for handling coldfusion log files. At the moment I am opening them in notepad to view the details, but wondered if there ...
3
votes
1answer
1k views

Performance effect of enabling apache response time log directive

What affect will enabling the response time (%D) LogFormat directive have on apache performance? The response time is the time taken to serve a request in microseconds. Response time can be enabled ...
3
votes
2answers
183 views

tracking users progress on web site

Short version: I'm trying to determine the best way to track what the user does on our site. I.e., page they land on, what links they click, where they end up. Most of this information is stored in ...
3
votes
5answers
3k views

Best way to wrap rsync progress in a gui?

I use rsync to synchronize files to Windows clients in a server agnostic way. What methods are available to send the progress of rsync to the parent process for display in a gui progress bar? I ...
2
votes
2answers
44 views

Storing and Analyzing Logs Database Selection

I am building an internal tool, which will be open-sourced, to take logs and put them into a database - to put it simply. From there, the tool will also analyze the logs and help alert the sys-admins ...
2
votes
1answer
36 views

count number entries for a log into mysql

I have a database with log entries, like: CREATE TABLE `cheaters` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL, `guid` int(10) unsigned NOT NULL, `type` ...
2
votes
1answer
31 views

Format Nhibernate SQL Logs in MSTest Output

Hello anyone of you know how to format sql logs from nhibernate written in MSTest Standard Console output? I already set Configuration.DatabaseIntergation Properties like db.LogInConsole = true; ...
2
votes
1answer
62 views

Can each of axis2 web services have own log file using log4j?

Is it possible to achive each of axis2 web services have own log file using log4j? For example i want my authentication service have auth.log and pool service have pool.log file. Best regards, Bojan
2
votes
2answers
272 views

Rounding to a power of 10

I have a quick and easy(I think!) question for you guys. I have a variable, 'tauMax', that I want to round up to the nearest power of ten(1, 10, 100, 1000...). I am using the below expression to find ...
2
votes
2answers
179 views

Can I achieve this in HTML5 + other web technologies?

Almost 6 months ago, I asked a question on stackoverflow "Software to help in log analysis?" Please look at that question before reading ahead. It turned out that there is no good software available ...
2
votes
1answer
241 views

how to enable sql log in openjpa?

I have proram written using java,jps.Now i can see logs on cosole as folllows: INSERT INTO XYZ (a,b,c) VALUES (?, ?, ?) [org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStatement] I ...
2
votes
1answer
678 views

How to see in Apache logs request processing time, not request serving time

There is an Apache 2 server choking under multiple requests. Amount of processes reaches number set by Maxclient, and new connections pile up in queue. I need to identify which requests take too much ...
2
votes
1answer
123 views

App engine CPU times when downloading logs

The log messages in the log viewer in the admin console look like this: 1.2.3.4 - - [13/Nov/2010:06:16:33 -0800] "GET / HTTP/1.1" 200 2121 "http://referrer.example.com" "Mozilla/4.0 (compatible; ...
2
votes
1answer
333 views

Access Crash logs data on the iPhone

I'm looking for the way to get crash logs data on the iPhone OS. I found getting the logs this way: 1) Sync your iPhone 2) Browse to the following folders. Note that DEVICE_NAME will be the name if ...
2
votes
5answers
122 views

Is it useful to track the history of tasks and bugs in projects developed by one person?

I have trac set up for my private and job projects and I have an ability to define tasks or describe bugs there. As most of the time I work at those projects alone, I usually choose to write the TODO ...
2
votes
1answer
164 views

parse an active log file

Looking for a little help getting started on a little project i've had in the back of my mind for a while. I have log file(s) varying in size depending on how often they are cleaned from 50-500MB. ...
2
votes
1answer
113 views

how to roll Tomcat 5.5 / 6 main logs

hi im using tomcat as servlet container for my web app , now im controlling my web app logs with log4j and its has its own log4j jar and its own log4j configuration file but now i need to control ...
2
votes
2answers
2k views

Is there a way to access Skype IM logs?

I tried looking in C:\Users[name]\AppData\Roaming\Skype and I found a folder called "chatsync" with some mysterious folders with files ending in .dat. I'm almost certain that these are the chat logs ...
2
votes
2answers
1k views

SharePoint QuickLaunch and TopNavigationBar dissapearing

I am completely puzzled with this: I have a custom SharePoint site with QuickLaunch on the left and Top Navigation Bar (which are of course visible by default). This custom site has several ...

1 2 3 4 5