mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
do not start log before knowing where to log
This commit is contained in:
@@ -164,8 +164,8 @@ namespace OpenSim.Server.Base
|
||||
XmlConfigurator.Configure();
|
||||
}
|
||||
|
||||
LogEnvironmentInformation();
|
||||
RegisterCommonAppenders(startupConfig);
|
||||
LogEnvironmentInformation();
|
||||
|
||||
if (startupConfig.GetString("PIDFile", String.Empty) != String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user