提交 3f560386 编写于 作者: T Tim Carey-Smith 提交者: Yehuda Katz

Remove the random line at the beginning of every new log file

上级 51c24ae3
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册