anse1 / sqlsmith

A random SQL query generator
GNU General Public License v3.0
754 stars 128 forks source link

log errors to disk #50

Open srajan3012 opened 2 years ago

srajan3012 commented 2 years ago

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