I am trying to disable log rotation, for file handler using,
FileHandler fh = new FileHandler ( \"path\" + \"run.log\", 1000000, 1, false);
Try this: FileHandler fh = new FileHandler( "path" + "run.log", 1000000, 1, true);
FileHandler fh = new FileHandler( "path" + "run.log", 1000000, 1, true);