X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Fstandalone_httpd.in;h=45c3770886bcf8988f9d14c461e72b4fec27dab7;hb=85e677b86fc37c54e6de2b06340351a28f5a5916;hp=b438202dd83cefca285da350f638439ed7775cce;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/sbin/standalone_httpd.in b/rt/sbin/standalone_httpd.in index b438202dd..45c377088 100644 --- a/rt/sbin/standalone_httpd.in +++ b/rt/sbin/standalone_httpd.in @@ -91,6 +91,7 @@ if (grep { m/help/ } @ARGV) { require RT; RT->LoadConfig(); +RT->InitLogging(); require Module::Refresh if RT->Config->Get('DevelMode'); require RT::Handle;