thank you Terry for your attention. i thought that there would be a more granulable solution. i will read again the infos about log4net and this page : http://opensimulator.org/wiki/Logging
On Thu, Feb 16, 2017 at 12:57 AM, Terry Ford <[email protected]> wrote: > Hello, > > In your robust.exe.config file.. set the logging level to either WARN or > to ERROR instead of the default setting of "DEBUG. > Keep in mind, this will not log common debug events anymore if you do this. > > Example... > by default you probably see something like this at or around line 52... > <root> > <level value="DEBUG" /> > <appender-ref ref="Console" /> > <appender-ref ref="LogFileAppender" /> > </root> > > Just change the level value to WARN or ERROR like this... > <root> > <level value="WARN" /> > <appender-ref ref="Console" /> > <appender-ref ref="LogFileAppender" /> > </root> > > > or > > <root> > <level value="ERROR" /> > <appender-ref ref="Console" /> > <appender-ref ref="LogFileAppender" /> > </root> > > ~Terry > > > > > On 2/15/2017 4:39 PM, ssm2017 wrote: > > hello > hello > i have upgraded our Robust using linux mono 4.4.2 and OpenSimulator > 07c3962 0.9.1.0 Dev on monday. > since this moment, i have a lot of : > [HG SUITCASE INVENTORY SERVICE]: GetFolder:....... > and > [HG SUITCASE INVENTORY SERVICE]: GetFolderContent:.... > messages in the robust console. > do you know how to not display them ? > > > _______________________________________________ > Opensim-dev mailing > [email protected]http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev > > > -- > --------------------- > *Terry Ford* > DigiWorldz Grid > http://digiworldz.com > > _______________________________________________ > Opensim-dev mailing list > [email protected] > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev > >
_______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
