The error goes out to the sql file instead of the error log. ```sh echo "foobar" | sqlfmt > formatted.sql 2> error.log ``` `formatted.sql`: ```text at or near "bananagram": syntax error ``` `error.log`: ```text ``` I think this is the reason for #68.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by coolaj86 and has received 2 comments.