Class HomeFileHandler


public class HomeFileHandler extends FileHandler
A modification of the standard JUL file handler that suppresses logging on worker nodes. In the server setup, this means that only the home process will write log files (which is typically desirable, as it tunnels the worker process logs anyway).

Can be used as a drop-in replacement for FileHandler

Author:
hb