You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MySQL output plugin query parameter, error handling (#243)
The query parameter misspelling meant that a properly spelled config
file would not override the script default query, leading to a confusing
situation.
It looks like some debug logging was left in. This has been removed. If
people want to log to stdout, they'll add an output to do so.
The previous query callback statement had no effect, and we weren't
logging out any errors in the callback. That made troubleshooting any
database-related issues very tricky.
0 commit comments