mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
7 lines
232 B
Ruby
7 lines
232 B
Ruby
# Copyright (c) 2010, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3. See
|
|
# the COPYRIGHT file.
|
|
|
|
Rails.logger = Logger.new(
|
|
Rails.root.join("log",Rails.env + ".log"),3,5*1024*1024)
|