Questions tagged [logfiles]
215 questions
0
votes
2 answers
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 appears the problem this way:
!ENTRY org.eclipse.osgi 4 0…

Hodaya Shalom
- 4,327
- 12
- 57
- 111
0
votes
1 answer
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?

Robin Green
- 32,079
- 16
- 104
- 187
0
votes
0 answers
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?
I think I may have opened the logfile at some stage…

Nimbocrux
- 509
- 2
- 10
- 27
0
votes
2 answers
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 logfile into this table when ever I want or at…

user1692776
- 9
- 1
0
votes
3 answers
Where store text files?
On many forums, I need to show some log files or any text file in general (configuration, source code,...).
Usually this messages are quite long and the post is hard to read if there's several big code blocks...
Where can I store it on a different…

Martin Trigaux
- 5,311
- 9
- 45
- 58
0
votes
1 answer
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 on itunes store so how is it different from viewing…

user1551614
- 39
- 1
0
votes
2 answers
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^@
^@C^@:^@\^@U^@s^@e^@r^@s^@>^@s^@e^@t^@…

zbstof
- 1,052
- 3
- 14
- 27
0
votes
1 answer
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 in folder 1 being deleted if older than 7 days,…

parchambeau
- 1,141
- 9
- 34
- 56
0
votes
1 answer
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 it to a file, unformatted.
The best idea I've got…

Big-Blue
- 429
- 9
- 22
-1
votes
1 answer
How do I make this bat file output the results to a .txt file?
forfiles /p "C:FILEPATH\TO\BE\DELETED\User_1" /s /m *.* /c "cmd /c Del @path" /d -08
forfiles /p "C:FILEPATH\TO\BE\DELETED\User_2" /s /m *.* /c "cmd /c Del @path" /d -08
forfiles /p "C:FILEPATH\TO\BE\DELETED\User_3" /s /m *.* /c "cmd /c Del @path"…
-1
votes
1 answer
Apache2 creates multiple Access Log Files
I can't understand why my Apache Server generates multiple access log files.
For example, it creates access.log, access.log.1, access.log.2 and so on. Every access.log file records differents requests.
How can I record every request in a single…

Lorenzo
- 31
- 6
-1
votes
1 answer
C:/Windows log files write to C:/mylogs.txt
I have a little question for you :)
I want to write log files from C:/Windows to C:/mylogs.txt with ms-dos commands. But I don't know any ms-dos commands. How can I do this. Please help me !
-1
votes
1 answer
AWS Logs Output
I am set up on AWS with a ubuntu instance and apache server. I want to debug my programs by sending output to the aws ssh command line interface on my local terminal. I would assume I would use the console.log("hello world") command in the java…

dennis
- 153
- 2
- 9
-2
votes
1 answer
Not sure how to get value of radiobuttons created in C# code
I'm trying to develop a program which writes metadata in a logfile.
I've created some radiobuttons dynamically(from xml file) into the form, but im not sure how to get their values and write them into a logfile.
Code to create radiobuttons:
foreach…

Niels
- 95
- 2
- 9
-2
votes
1 answer
Perl strings into variable calculation
In my code I am searching for some information in bunch of log files that generate every 15 min (the time part is not so important though) and it's giving me certain output as shown below. But that's not what I want.
My end goal is to calculate the…

Sang.P
- 25
- 4