embulk / embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
Other
88 stars 86 forks source link

Replace Exec.getLogger with LoggerFactory.getLogger #273

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

@hito4t Similar to embulk-input-jdbc's https://github.com/embulk/embulk-input-jdbc/pull/179. Can you have a look?

dmikurube commented 4 years ago

Thanks!