static public Method

Merb.log_path

There's no documentation for this item.

Source Code

# File merb.rb, line 141
          def log_path
            if $TESTING
  "#{Merb.root}/log/merb_test.log"
elsif !(Merb::Config[:daemonize] || Merb::Config[:cluster] )
  STDOUT
else
  "#{Merb.root}/log/merb.#{Merb::Config[:port]}.log"
            end
          end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.