Is redirecting the log file possible

#1

I have the objectdb in the same directory as jdk in the Program Files directory (Win 11). This directory is protected by the O/S and therefore objectdb has problem creating its log file.

Relaxing the secutity settings is of course possible, but seems somewhat unsecure.

Is there a way to tell the EntityManagerFactory (or is it the EntityManager?) where to store the log-file somewhere more convenient?

#2

Yes, you can configure the log path.

ObjectDB Support
#3

That did it - many thanks!

Reply