Skip to content
Snippets Groups Projects
Commit 1f12080c authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #10196: Fix location of log_prop file for jOTDB3

parent 5f53d340
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class jOTDBserver {
if (f.exists()) {
PropertyConfigurator.configure(logConfig);
} else {
logConfig = File.separator+"opt"+File.separator+"sas"+File.separator+"otb"+File.separator+"etc"+File.separator+logConfig;
logConfig = File.separator+"opt"+File.separator+"otdb"+File.separator+"otb"+File.separator+"etc"+File.separator+logConfig;
f = new File(logConfig);
if (f.exists()) {
PropertyConfigurator.configure(logConfig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment