Hey there, I am trying to hide hibernate messages in the console when I run a java program. The IDE I am using is Eclipse. If it is possible I prefer a solution without log4j. If it is not possible, please, I would appreciate info about log4j. Thanks
I don’t know what you mean by console messages in the context of Eclipse, but if you mean System.out
or System.err
your only option is to provide a proper log4j configuration. You can just set the log level for org.hibernate
to NONE