I am trying to disable log rotation, for file handler using,
FileHandler fh = new FileHandler ( \"path\" + \"run.log\", 1000000, 1, false);
Try 0 as the limit instead of 1000000.
0
1000000