Skip to content

Instantly share code, notes, and snippets.

View Nikos410's full-sized avatar
🎺

Nikos Epping Nikos410

🎺
View GitHub Profile
@dodgex
dodgex / SqlLog.java
Created February 16, 2017 10:10
tiny helper to enable hibernate sql trace logging and resotring previous log level
import org.slf4j.LoggerFactory;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
public class SqlLog {
private static final Logger LOG =
(Logger) LoggerFactory.getLogger(SqlLog.class);