Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FileLogTraceListener class could not write to the log file because:
The log file size (in bytes) is greater than the value of the MaxFileSize property
—and—
The value of the DiskSpaceExhaustedBehavior property was ThrowException.
To correct this error
Archive the existing logs and remove them from the computer to allow the FileLogTraceListener object to create new logs.
Change the value of the MaxFileSize property to allow for larger logs.
Set the DiskSpaceExhaustedBehavior property to DiscardMessages to discard messages without warning if the log is too large.