diff options
author | Sean Dague | 2007-10-25 15:34:43 +0000 |
---|---|---|
committer | Sean Dague | 2007-10-25 15:34:43 +0000 |
commit | 32869aec47b9bc7f7046d24aabc3f3d957a929af (patch) | |
tree | 32d71f4744fca858d9eb7b2d7ada1b9089bf27e2 /OpenSim/Grid/AssetServer | |
parent | move out the config files to .example files so that they (diff) | |
download | opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.zip opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.gz opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.bz2 opensim-SC_OLD-32869aec47b9bc7f7046d24aabc3f3d957a929af.tar.xz |
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
which cleans up the verbose logic
Diffstat (limited to 'OpenSim/Grid/AssetServer')
-rw-r--r-- | OpenSim/Grid/AssetServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/Main.cs b/OpenSim/Grid/AssetServer/Main.cs index 3061e5c..9f1f9a2 100644 --- a/OpenSim/Grid/AssetServer/Main.cs +++ b/OpenSim/Grid/AssetServer/Main.cs | |||
@@ -86,7 +86,7 @@ namespace OpenSim.Grid.AssetServer | |||
86 | { | 86 | { |
87 | Directory.CreateDirectory(Util.logDir()); | 87 | Directory.CreateDirectory(Util.logDir()); |
88 | } | 88 | } |
89 | m_console = new LogBase((Path.Combine(Util.logDir(),"opengrid-AssetServer-console.log")), "OpenAsset", this, false); | 89 | m_console = new LogBase((Path.Combine(Util.logDir(),"opengrid-AssetServer-console.log")), "OpenAsset", this, true); |
90 | MainLog.Instance = m_console; | 90 | MainLog.Instance = m_console; |
91 | } | 91 | } |
92 | 92 | ||