-
Groovy👁 Image
Grails SQL Logging part 2 – groovy.sql.Sql
I discussed options for logging Hibernate-generated SQL in an earlier post but today I was trying to figure out how to…
Read More » -
Groovy👁 Image
Logging Hibernate SQL
There are two well-known ways to log Hibernate SQL in Grails; one is to add logSql = true in DataSource.groovy…
Read More » -
Core Java👁 Image
Where do the stack traces come from?
I believe that reading and understanding stack traces is an essential skill every programmer should posses in order to effectively…
Read More » -
Enterprise Java👁 Image
How to change logging level in runtime
Changing the log logging level in runtime is important mainly in production environment where you might want to have debug…
Read More » -
Enterprise Java👁 Image
Logback: Logging revisited
Hi, I am back again with my rant about logging as an inherent part of any application design and development.…
Read More » -
DevOps👁 Image
GlassFish Operations: Log Notifications
The of the most prominent requirements for application servers derive from the operations space. Taking this into account the next…
Read More » -
Enterprise Java👁 Image
Logback: Application errors notification
Some months ago when I was doing big application refactoring I found really annoying pieces of log4j based code used…
Read More » -
Enterprise Java👁 Image
Using slf4j with logback tutorial
In current post I am going to show you how to configure your application to use slf4j and logback as…
Read More » -
Enterprise Java👁 Image
Filter irrelevant stack trace lines in logs
I love stack traces. Not because I love errors, but the moment they occur, stack trace is priceless source of…
Read More »
