Getting error messages in event log - not sure what they mean
System.Exception: Unable to flush server log to disk —> System.ArgumentNullException: Path cannot be null.
Parameter name: path
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Epicor.Hosting.Trace.ServerLog.CreateFileStream(String path, FileMode mode, FileAccess access, FileShare share) in C:_Releases\ICE\3.1.500.15\Source\Framework\Epicor.System\Hosting\Trace\ServerLog.cs:line 468
at Epicor.Hosting.Trace.ServerLog.CopyOverflowFile() in C:_Releases\ICE\3.1.500.15\Source\Framework\Epicor.System\Hosting\Trace\ServerLog.cs:line 408
at Epicor.Hosting.Trace.ServerLog.WriteToLog() in C:_Releases\ICE\3.1.500.15\Source\Framework\Epicor.System\Hosting\Trace\ServerLog.cs:line 356
— End of inner exception stack trace —