The logfiles tag has no wiki summary.
0
votes
0answers
9 views
System.log file - currency.phtml error in magento
In our magento application, the system.log file should always displays error something like this:
2013-05-20T05:17:30+00:00 CRIT (2): Not valid template ...
0
votes
1answer
15 views
Best Pratices for Error and Access Log Files
I got a server which has at the moment a lot of access and error logs. I'm using Ubuntu 12.04 and Nginx.
My question is what would be the best pratices to keep this files under control but not loose ...
0
votes
0answers
33 views
PHP and bash scripting
I am using php to install some binaries. I call bash script in my php pages for this purpose. But it takes long to install these binaries. Is there anyway to log the progress of this execution or is ...
0
votes
0answers
53 views
log4j log not created on tomcat installation on linux server
I am using the following log4j configuration on my windows 7 localsystem's eclipse environment and i do have a log file generated. How ever, when i deploy this project in a tomcat server on a linux ...
-3
votes
1answer
71 views
Create log file using php [closed]
I am creating a back office website , and need to trace the operations done on the website , for that I need a to generate a log file of every operation
for example : Date-Time -User-Operation.
I ...
0
votes
3answers
31 views
Regex to extract content from each line of a log file output from '_m' to the end of the line
Format of log line:
Xxx x xx:xx:xx xmmxxx XXXXXX: XXXXXXX:XXX: xxx_Mxxx_Xxxxxx_mxxxxxmmxx [XXX xxxx.
I want to extract from '_m' to the end of the line, removing the '_' before the 'm'.
New to ...
0
votes
0answers
39 views
one log file for one web app (log file per application) tomcat6
after a day of searching I cannot solve my problem!
In fact on my server.xml I have two web app as following:
<Host name="www.exemple.com" appBase="/var/jakarta-tomcat-.0.28/webapps/exemple"
...
1
vote
1answer
23 views
Can Analog be used to create multiple log files?
I'm looking for decent easy to use logging helper class-set/framework.
I discovered Analog (https://github.com/jbroadway/analog) and find it to be exactly what I need, despite the fact, that it seems ...
0
votes
0answers
5 views
Tracking server activity
I have a bit of a server file replace mystery. Today I renamed a file bootstrap.css to _bootstrap.css using Transmit. I then uploaded a new bootstrap.css from my Desktop onto the server alongside ...
1
vote
1answer
227 views
netbeans tomcat clear log files
I've been working on an application and accidentally created an infinite loop. Great lots of output went to the tomcat server log file and each time I start tomcat from NetBeans, the IDE is loading ...
1
vote
0answers
35 views
Adding common log format into a log file for a simple Apache server
I'm a beginner in java and I'm currently creating simple Apache server and I am trying add this kind(a sample log entry) of format format for my log file;
66.249.64.13 - - [18/Sep/2004:11:07:48 ...
0
votes
0answers
53 views
Unexpected two consecutive event id 6009 in logFile windows server 2003
i'm analizing a log file from windows server 2003 i have found two consecutive logs with eventID 6009. Between this logs and after the second, there aren't other any logs like 6006, 6008 or similar ...
0
votes
2answers
171 views
SQL - create table to store SQL user activity
I'd like to create a SQL table which stores/captures user access or activities for a particular database.
For example, a table which has an entry for username, database accessed/queried, activity ...
0
votes
1answer
92 views
parsing aws cloudfront log
I have a shell script which parses the aws cloudfront log.
awk '{print $1","$2","$4","$5","$8","$9","(substr($11,1,7))","$12 }' access_log | grep cid= | sed -e ...
2
votes
1answer
285 views
Viewing Oracle log files
I have an administrative account in Oracle 9i. I need to run some SELECT scripts on the database in SQL Navigator. The scripts are written on the fly in the 'SQL Editor' window of SQL Navigator and ...
0
votes
2answers
86 views
Errors in a log file in eclipse
Please see my previous question:
Eclipse is not working after download
I deleted the config folder, and when I pressed the eclipse is a new create a new and different problem:
On the log file ...
1
vote
1answer
83 views
Issues with reducing duplicate output from log file search
This website has been a great help since I'm getting back into programming and I'm attempting to write a simple perl script that will analyze apache log files from a directory (multiple domains), pull ...
0
votes
0answers
103 views
Writing a calendar to text file without overwriting previous data C
I am asked to implement a calendar using structures and files. I succeeded in implementing it using structures. However, I have to build on top of my program in order to handle files as well. The main ...
2
votes
3answers
95 views
perl count yesterdays hits in logfile
I am working on an assignment where i need to parse a log file and create a website based on said log file. one of the requirements is that i count the number of hits that happened on yesterdays, im ...
0
votes
2answers
207 views
Tool to parse log files generated from Enterprise Library Logging Application Block
I have a bunch of log files generated out of the Enterprise Library Logging Application Block. These files contains all categories of logs. Is there any tool or any way to parse these files and show ...
0
votes
0answers
214 views
Log file format/structure explanation
Hi I am using hadoop to process log files.
Suppose i had a log file with the data something like below
2012-11-04 23:00:04 10.1.151.54 GET /_layouts/1033/js/global.js v=5 443 - 10.1.151.61 ...
0
votes
1answer
47 views
How to understand log files downloaded from App Engine?
What is the format of Google App Engine log files, as downloaded by appcfg.sh request_logs?
0
votes
0answers
150 views
Oracle sqlplus logging stops
This is strange...
I'm running a script in sqlplus. It seeems to have completed it's function, however when I review the .log it seems to have stopped logging...has anyone else had this experience?
...
3
votes
1answer
134 views
How can have SQL Server tail a log file and write new rows to a table?
I have an application that creates a text log file and I have a daily SQL Server job that truncates a log table and uses bulk insert to load the current days logs. The log file is written to by many ...
1
vote
1answer
154 views
Error after upgrading netbeans to 7.2
I was using netbeans 6.1 then I upgrade it to netbeans 7.2
when I tried to run my previous java source code errors showed out
log4j:ERROR setFile(null,true) call failed.
...
0
votes
2answers
118 views
Python filter log file
I try using python create filter for log file like
Thu Oct 4 23:14:40 2012 [pid 16901] CONNECT: Client "66.249.74.228"
Thu Oct 4 23:14:40 2012 [pid 16900] [ftp] OK LOGIN: Client "66.249.74.228", ...
0
votes
2answers
168 views
Insertion into Hive table
I am a newbie to hadoop. please help me out.
I have a log file which keeps on updating, I need to store this log file into a table in hive.Is it possible to add the new row that are generated in the ...
2
votes
3answers
58 views
python: Store the issued commands in log file
I am executing a program with a combination of different parameters. I need to keep track of exactly which parameters were supplied with the program at command line. I am maintaining a log file where ...
2
votes
2answers
110 views
How can I extract the latest rows from a log file based on latest date using Powershell
I'm a relatively new Powershell user, and have what I thought was a simple question. I have spent a bit of time looking for similar scenarios and surprisingly haven't found any. I would post my failed ...
0
votes
1answer
127 views
What is the default location of Winston logs?
I am using something like this:
var winston = require('winston'), logger = new (winston.Logger)({
transports: [
new (winston.transports.Console) (),
new (winston.transports.File) ...
1
vote
1answer
99 views
how to set IIS6 logfile location
I have tried this:
c:\inetpub\AdminScripts\adsutil.vbs set w3svc/1/logfiledirectory d:\logfiles\iis6
on our Windows Server 2003 machine but there is an error :
Windows Script Host
...
0
votes
1answer
38 views
I want to build an iphone app that would require accessing the log files of the user
This access will be for the users benefit.
Is this allowed? If not why not?
Or is it restricted ie: They allow it, but don't let the developer record the information.
I have seen numerous log apps ...
6
votes
5answers
1k views
Split access.log file by dates using command line tools
I have a Apache access.log file, which is around 35GB in size.. Grepping through it is not an option any more, without waiting a great deal.
I wanted to split it in many small files, by using date as ...
0
votes
2answers
115 views
Vim opens Powershell dump files with null characters
In Powershell I run some command-line script and make a dump of it:
PS> cmd /c D:\script.bat | tee ~/out.log
Then, I open this log in vim, and this is roughly what I see:
яю^M^@
...
2
votes
1answer
110 views
Request Logs for All Versions of Google App Engine Application
Does anyone know how to request all logs of a Google App Engine application? By all logs, I mean all app versions logs.
We increment the version of our app with every deployment. I have a script ...
2
votes
0answers
127 views
create custom log file for every time controller action is run?
I would like to create a log file for every time I run true controller#action
to better debug a complex controller action in my application.
My controller:
class GameController < extends ...
0
votes
1answer
964 views
Beginner VBscript: script that zips log files
I am having a problem with my script not actually producing a zip file. When I test the script with the paths set to something like this:
C:\Users\Bob\Desktop\Folder1\Folder2
with the test log files ...
1
vote
1answer
87 views
What API parses Browser Definition File Schema files in .NET?
I have some IIS logs with header information I'd like to be parsed by pre-existing frameworks. Can I leverage the part of ASP.NET that uses Browser Definition Files perhaps in tandem with the 51 ...
1
vote
1answer
201 views
Extract information from a log file using powershell
Hi I am new to the language of powershell s i though about playing around with it. I am trying to extract information out of a log file (the file belongs to a program called event viewer). I need to ...
0
votes
0answers
110 views
Apache2: I'm using CustomLog logs, how do I switch of global logging?
...or isn't that a 'best practice'??
My Apache2 serves about 15 VirtualHosts. For all of them I configured CustomLog directives to be able to run AWstats on them easily.
I did so to achieve a ...
0
votes
1answer
76 views
Using stdout to customize Logfile
For my current project I need to find a way to write a stdout-dependent version or at least a formatted stdout to a logfile.
Currently I'm just using subprocess.Popen(exec, stdout=log), which writes ...
1
vote
2answers
101 views
New log file without server restart
In this link, they explain how to generate a new log file without restarting sql server: ...
2
votes
4answers
39 views
How to see the whole portion of the Updated Content of a file
I have a application where the log files are being generated in a Linux Machine .
I want to monitor the application while it is in production , so when i used the tail command with the log file name ...
0
votes
1answer
164 views
coldfusion server monitor jvm snapshots
one my server instances has started to go haywire in a multi-instance setup running adobe coldfusion 8.1 enterprise. the built in cf server monitor is throwing these alert snapshots constantly, ...
1
vote
3answers
7k views
Read the log file (*.LDF) in sql server 2008
I'm searching for a way to read the sql server 2008 log file not to show the information but to read the meaning of the symbols and the structure of the LOG table. I'm using DBCC LOG('my_table', 3)
...
0
votes
1answer
102 views
I need to process the log files daily on the app engine programmatically on the server side
My app runs on the google app engine
Till now I have been downloading log files and processing them into meaningful data afterwards using python
However, now for the use of management I would like to ...
3
votes
1answer
126 views
Want to process a large appengine log file
I run my app on google app engine.....My log files are huge due to heavy traffic
The log file looks like this
122.167.221.243 - - [06/Mar/2012:01:11:29 -0800] "GET /Bengali/enable HTTP/1.1" 404 0 ...
2
votes
1answer
643 views
Please help me to read ib_logfile0, ib_logfile1 and ibdata
Currently I am trying to get the lost records that have been deleted from mysql database.
I have viewed the entries in logfile1 and logfile0 it seems to be correct.
Any viewer or conversion that ...
1
vote
1answer
267 views
Merging two different XML log files (trace and messages) using date and timestamp?
I need to merge two XML log files. One log file contains a trace with position updates. The other log file contains the received messages. There can be multiple received messages without having a ...
0
votes
3answers
141 views
Tool to count stacktraces in a logfile
Is there a tool that is able to collect and count (Java) stacktraces in a large logfile, such that you get an overview which errors occur most often?



