X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Fstandalone_httpd;h=3386cd1febdf6b6d721cfbbdc446988a5c92cb2b;hb=c24d6e2242ae0e026684b8f95decf156aba6e75e;hp=78533c6e52db97ce4f5a0de4e17ad3e8d6ad6334;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/sbin/standalone_httpd b/rt/sbin/standalone_httpd index 78533c6e5..3386cd1fe 100755 --- a/rt/sbin/standalone_httpd +++ b/rt/sbin/standalone_httpd @@ -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;