I\'m trying to suppress output of the date line durinng logging when using the default logger in java.util.logging. For example, here is a typical output:
The problem is caused by a handler in the parent log. The solution is to remove all handlers from the parent log, and then add own custom handler. This code removes handlers from the parent log: