Skip to content

Commit

Permalink
Change log location in config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 22, 2013
1 parent 01b2f26 commit fedae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/config.ru
Expand Up @@ -8,7 +8,7 @@ require './taginfo.rb'
set :run, false
set :environment, :production

log = File.new("/osm/taginfo/log/taginfo.log", "a+")
log = File.new("/osm/taginfo/var/log/taginfo.log", "a+")
$stdout.reopen(log)
$stderr.reopen(log)

Expand Down

0 comments on commit fedae94

Please sign in to comment.