mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
The problem with logging at warn is that these aren't actually warnings, and so are false positives to scripts that monitor for problems. Ideally, log4net would have a separate "status" logging level, but currently we will compromise by putting them to console, as they are user-oriented