embulk / embulk-input-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Other
102 stars 74 forks source link

Replace Exec.getLogger with LoggerFactory.getLogger #179

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

Exec.getLogger is now deprecated in Embulk. Plugins can call LoggerFactory.getLogger directly.

dmikurube commented 4 years ago

Thanks! I will file the other PR for the logger instance.