Top "Logfile" questions

A log file is a file that contains a list of events, which have been "logged" by a computer.

Where is the default zsh history file?

HISTFILE isn't set in my .zshrc file. To which file is zsh history saved by default? Or, is the history …

default zsh logfile
how to output success or failure of cp command to file

I'm going to be running a shell script containing a CP command using a scheduled cron job. I would like …

output cp logfile
Where go my logging files of my webapp on a linux Tomcat 7 installation?

I currently develop a simple web app using Eclipse and a local Tomcat 7 server. I configured Eclipse so I can …

tomcat logging slf4j logback logfile
Limiting mysql log file size

I have a mysql log file that regularly goes over 30gb, this sucks when you realise that your server is …

mysql database logging logfile
DB2 Logfile Limitation, SQLCODE: -964

I have tried a huge insert query in DB2. INSERT INTO MY_TABLE_COPY ( SELECT * FROM MY_TABLE); Before that, …

database db2 logfile sqlcode
Where I can see the system log of jenkins

The Jenkins that we use for ETL automation stopped its service and then restarted it using command prompt. But I …

jenkins logfile
Xampp - Apache Shuts Down Unexpectedly, Empty Log File And No Events

I have XAMPP installed on my machine. I am trying to run Apache from the XAMPP Control Panel. I start …

apache xampp logfile controlpanel event-viewer
Forever log and logrotate

I use forever to launch my nodeJs server and I choose the log file : forever -l /home/api/log/api_…

node.js logging logfile forever logrotate
docker tomcat Log issue

Docker container can only to daemon mode: I run catalina.sh to start the tomcat. But the problem is my …

docker logfile
Open a .log extension file in Python

I'm trying to open a .log extension file in Python but I keep encountering an IOError. I'm wondering if this …

python readfile logfile logfile-analysis