fix fess.log.path on windows
This commit is contained in:
parent
f6e26de226
commit
21fff04ec8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class FessBoot extends TomcatBoot {
|
|||
if (fessLogPath == null) {
|
||||
fessLogPath = "../../logs";
|
||||
}
|
||||
op.replace("fess.log.path", fessLogPath);
|
||||
op.replace("fess.log.path", fessLogPath.replace("\\", "/"));
|
||||
}) // uses jdk14logger
|
||||
.asDevelopment(isNoneEnv()).bootAwait();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue