Ask for sql logs in bug reports

This commit is contained in:
Joe Nelson
2015-11-29 19:44:57 -08:00
parent 6804d91f8d
commit 334f900e15
+4
View File
@@ -27,6 +27,10 @@ your contributions.
* Provide steps to reproduce the issue, including your OS version and
the specific database schema that you are using.
* Please include SQL logs for issues involving runtime problems. To obtain logs first
[enable logging all statements](http://www.microhowto.info/howto/log_all_queries_to_a_postgresql_server.html),
then [find your logs](http://blog.endpoint.com/2014/11/dear-postgresql-where-are-my-logs.html).
## Code
### Haskell Conventions