Github user VladRodionov commented on the issue:
https://github.com/apache/incubator-ratis/pull/4
LogName is kind of artificial thing. We should adopt standard Unix
convention - everything is a file, Path in our case. java.io.Path gives us
direct way to LogService file system. ---
