sqlsmith
sqlsmith copied to clipboard
log errors to disk
From Readme I can see that by default the errors are not logged. There is only an option to log to postgres db.
--log-to=connstr: postgres db for logging errors into (default: don’t log)
How can I log errors to disk instead of postgres db?
Thanks