New Posts New Posts RSS Feed: How to disable logging
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

How to disable logging

 Post Reply Post Reply
Author
f3rland View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Sep-2007
Location: Canada
Posts: 25
Post Options Post Options   Quote f3rland Quote  Post ReplyReply Direct Link To This Post Topic: How to disable logging
    Posted: 22-Oct-2008 at 7:40am
I tried removing that node from IdeaBlade.ibconfig and that didnt work
<logging>
    <archiveLogs>false</archiveLogs>
    <logFile>DebugLog.xml</logFile>
    <usesSeparateAppDomain>false</usesSeparateAppDomain>
    <port>0</port>
</logging>

I dont want any of those files on the client computer :
DebugLog.css
DebugLog.xml
DebugLog.xsl

Thanks
F3
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 22-Oct-2008 at 8:35am
Try setting the name of the logFile to the empty string:  e.g.,

<logging>
    <archiveLogs>false</archiveLogs>
    <logFile></logFile> 
    </logging>

Back to Top
f3rland View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Sep-2007
Location: Canada
Posts: 25
Post Options Post Options   Quote f3rland Quote  Post ReplyReply Direct Link To This Post Posted: 22-Oct-2008 at 8:38am
That works!

Thank you davidklitzke
F3
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down