How do I stop this from printing to the console?
05/11/2007 10:07:49 AM Opened session for Joe Schmoe/OU/DNN (Release 7.0.2)
05/11/2007 10:04:38 AM Closed session for Joe Schmoe/OU/DNN Databases accessed: 1 Documents read: 0 Documents written: 0
I could really care less exactly when my users access a document…
Subject: RE: console logging
Put that in the .ini?
Subject: RE: console logging
IS it working Mike?
Subject: RE: console logging
I have modified my .ini so that the value for that command is 0. I will have to see if that works when I am able to safely take the server offline.
Subject: RE: console logging
It should take effect immediately. You could also issue SET CONFIG LOG_SESSIONS=0 at the console.
Subject: RE: console logging
well, the set config command worked right away, the notes.ini file is only executed at startup though (or so I’m told)
Subject: console logging
I have been trying to do something similar using log filters - without much luck.
I don’t want these events logged to log.nsf, but I do want to see them on the console.
I’ve approached this by changing the event type of the two events concerned (0x1313 and 0x132C) from Misc to Client. Then I created a log filter to suppress Client events on the Database tab, but to allow them on the Console tab. However, they are not getting logged to the console. ie. the Database settings seem to rule the Console as well.