440925 - NPE when using relative paths for --start-log-file
This commit is contained in:
parent
149ed3a553
commit
7cbd3c0488
|
@ -114,6 +114,7 @@ public class StartLog
|
|||
if (logFileName != null)
|
||||
{
|
||||
Path logfile = baseHome.getPath(logFileName);
|
||||
logfile = logfile.toAbsolutePath();
|
||||
initLogFile(logfile);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue