Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread LogEvents Table.
Wed, May 11 2016 10:31 PMPermanent Link

Steve Gill

Avatar

Can the LogEvents table be cleared in code when it gets large, or is it completely managed by the EDB engine?

= Steve
Thu, May 12 2016 5:51 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Steve


Its a "circular" file so I would just set the MaxLogFileSize property of the engine. The log file is locked when the engine starts up (well I assume that's when) so you can't delete at the OS level and I don't know of a built in command.

Roy Lambert
Thu, May 12 2016 2:14 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< Can the LogEvents table be cleared in code when it gets large, or is it completely managed by the EDB engine? >>

Roy is correct, you shouldn't need to clear it because it will just keep re-using the same space over and over again.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, May 13 2016 12:32 AMPermanent Link

Steve Gill

Avatar

Hi Roy and Tim,

Thanks, no problem.  I was just curious.

= Steve
Image