diff options
author | onefang | 2019-05-19 22:25:06 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:25:06 +1000 |
commit | 66d7ba733f296f81398a040f05dd945c2facb2b4 (patch) | |
tree | d6935a793caa197684bea427bfa5dc45b8fa9173 /OpenSim/Services/FSAssetService | |
parent | Update version number stuff, and hack it into the money display. (diff) | |
download | opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.zip opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.gz opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.bz2 opensim-SC_OLD-66d7ba733f296f81398a040f05dd945c2facb2b4.tar.xz |
Various logging fix ups.
Mostly removing console spam.
Default to INFO on the console and DEBUG in the log files.
More time stamp resolution.
Diffstat (limited to 'OpenSim/Services/FSAssetService')
-rw-r--r-- | OpenSim/Services/FSAssetService/FSAssetService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/FSAssetService/FSAssetService.cs b/OpenSim/Services/FSAssetService/FSAssetService.cs index ca2f459..812d89d 100644 --- a/OpenSim/Services/FSAssetService/FSAssetService.cs +++ b/OpenSim/Services/FSAssetService/FSAssetService.cs | |||
@@ -231,7 +231,7 @@ namespace OpenSim.Services.FSAssetService | |||
231 | double avg = (double)m_readTicks / (double)m_readCount; | 231 | double avg = (double)m_readTicks / (double)m_readCount; |
232 | // if (avg > 10000) | 232 | // if (avg > 10000) |
233 | // Environment.Exit(0); | 233 | // Environment.Exit(0); |
234 | m_log.InfoFormat("[FSASSETS]: Read stats: {0} files, {1} ticks, avg {2:F2}, missing {3}, FS {4}", m_readCount, m_readTicks, (double)m_readTicks / (double)m_readCount, m_missingAssets, m_missingAssetsFS); | 234 | //// m_log.InfoFormat("[FSASSETS]: Read stats: {0} files, {1} ticks, avg {2:F2}, missing {3}, FS {4}", m_readCount, m_readTicks, (double)m_readTicks / (double)m_readCount, m_missingAssets, m_missingAssetsFS); |
235 | } | 235 | } |
236 | m_readCount = 0; | 236 | m_readCount = 0; |
237 | m_readTicks = 0; | 237 | m_readTicks = 0; |