timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

logger output should be stdout #56

Open timabell opened 12 years ago

timabell commented 12 years ago

make it easier to tee it to file etc currently to stderr

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

timabell commented 12 years ago

workaround (works in windows and linux):

sqlhawk.jar ....    2>&1 | tee sqlhawklog.txt