logdir must not be null. Use "log" as default value.
This commit is contained in:
parent
2c7bbc011c
commit
144dee55cd
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class Logging extends LogFactory {
|
|||
* helma.logdir system property.
|
||||
*/
|
||||
public Logging() {
|
||||
logdir = System.getProperty("helma.logdir");
|
||||
logdir = System.getProperty("helma.logdir", "log");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue