Forum Discussion

aycakir's avatar
aycakir
New Contributor
10 years ago
Solved

Long-time tests and disabling logs

Hello, Is it possible disable the logs completely for longtime test. Because if you run a test more then a few hours, the logs become too large and the application crashes. For some test...
  • Ryan_Moran's avatar
    10 years ago
    Hi Ali,

    Yes it is possible. You probably want to use Log.LockEvents(), or you can disable them entirely with Log.Enabled = False.