Skip to content

Commit

Permalink
Remove the random line at the beginning of every new log file
Browse files Browse the repository at this point in the history
  • Loading branch information
halorgium authored and wycats committed Oct 29, 2009
1 parent 51c24ae commit 3f56038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activesupport/lib/active_support/buffered_logger.rb
Expand Up @@ -53,7 +53,6 @@ def initialize(log, level = DEBUG)
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

Expand Down

0 comments on commit 3f56038

Please sign in to comment.