rt 4.0.6
[freeside.git] / rt / sbin / standalone_httpd
index 78533c6..3386cd1 100755 (executable)
@@ -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;