ObjectDB ObjectDB

$temp property not evaluated properly when used in log path

#1

I have the following lines in my objectdb.conf file:

<log path="$temp/ObjectDB/log/" max="8mb" stdout="false" stderr="false" />
<log-archive path="$temp/ObjectDB/log/archive/" retain="90" />

I don't believe that the $temp property is being evaluated properly here as it creates a new directory "$temp" in the same directory as my execution script. Shouldn't this be logging to the system temp directory?

edit
delete
#2

You are right. This is fixed in build 2.2.9_09. Thank you for your report.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.