From 3f560386125adabe441facf2514ad53425e4af4e Mon Sep 17 00:00:00 2001 From: Tim Carey-Smith Date: Thu, 29 Oct 2009 00:00:18 -0700 Subject: Remove the random line at the beginning of every new log file --- activesupport/lib/active_support/buffered_logger.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/buffered_logger.rb b/activesupport/lib/active_support/buffered_logger.rb index dfce507b33..29c3843d16 100644 --- a/activesupport/lib/active_support/buffered_logger.rb +++ b/activesupport/lib/active_support/buffered_logger.rb @@ -53,7 +53,6 @@ module ActiveSupport FileUtils.mkdir_p(File.dirname(log)) @log = open(log, (File::WRONLY | File::APPEND | File::CREAT)) @log.sync = true - @log.write("# Logfile created on %s" % [Time.now.to_s]) end end -- cgit v1.2.3