How to get sync gateway 1.1.0 to open new log file after logrotate?

I can see this in the new log file that has a ton of empty lines at the top:

2015-09-03T14:22:34.061Z HTTP:  #24230: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.062Z HTTP:  #24231: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.064Z HTTP:  #24232: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.065Z HTTP:  #24233: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3029927  (as eb75318a-8d73-4259-b37c-66ff04c794c2)
2015-09-03T14:22:34.070Z HTTP:  #24235: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.070Z HTTP:  #24237: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.071Z HTTP:  #24236: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024764  (as c6ff070d-92be-4642-a3cc-4a0abb0bf1b7)
2015-09-03T14:22:34.071Z HTTP:  #24234: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3021377  (as b07958d8-77aa-4d8c-ada9-2ed67f1ed18e)
2015-09-03T14:22:34.073Z HTTP:  #24238: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.080Z SIGHUP: Reloading Config....
2015-09-03T14:22:34.084Z HTTP:  #24240: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3023617  (as bf97ee79-0580-4523-b229-5a5f0459fa4e)
2015-09-03T14:22:34.093Z HTTP:  #24241: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.102Z HTTP:  #24239: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3002286  (as 2d0b0c34-ddf2-4700-95b8-e1d0af8831b5)
2015-09-03T14:22:34.103Z HTTP:  #24242: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3024172  (as c222b18b-afd2-4e40-8bea-09dc9d07ffbf)
2015-09-03T14:22:34.103Z HTTP:  #24243: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3004975  (as 41d1fedb-1144-4816-9f39-2572cd3fcbf4)
2015-09-03T14:22:34.105Z HTTP:  #24244: GET /todos/_changes?feed=longpoll&limit=50&heartbeat=300000&style=all_docs&since=3030511  (as ef659656-24f9-47e4-9837-a096f8dfcec5)

The longpoll requests are because the android lite client is insane and makes multiple requests per second, regardless of whether or not the app is running in the foreground or background, and that’s why the sync gateway logs fill up so fast. But I can see in the middle of those requests that it says “Reloading Config…”, which is what I usually see when I send the kill -HUP signal. Isn’t that supposed to start a new log file, instead of continuing at the same location in the old one?