Closed illia-li closed 11 months ago
Empty 'test-statement-log-file' option brings to panic. Reason:
func NewFileLogger(filename string) (StmtToFile, error) { if filename == "" { return nil, nil ...
func (fl *fileLogger) LogStmt(stmt *typedef.Stmt) { ch := fl.activeChannel.Load() ...
Empty 'test-statement-log-file' option brings to panic. Reason: