Top "Log-files" questions

How to limit log file size in python

I am using windows 7 and python 2.7. I want to limit my log file size to 5MB. My app, when it …

python logging filehandler log-files
Is writing server log files to a database a good idea?

After reading an article about the subject from O'Reilly, I wanted to ask Stack Overflow for their thoughts on the …

database logging log-analysis log-files
Sql Server change data and log path of existing database

I am having a SQL Server 2008 installation with almost 15 databases running on it. Now due to scarcity of space I …

sql database sql-server-2008 data-files log-files
Merging multiple log files by date including multilines

I have several logs containing lines all starting with a timestamp, so that the following works as expected to merge …

sorting logging command-line cat log-files