The log.txt file is located in /$home/.versioning folder.
By default only fatal errors are logged. To log debug or all messages configure the NovellVersioningClient.exe.config file located at opt/novell/versioning-client/bin folder and edit the level value parameters to DEBUG or ALL.
<level value="DEBUG"> or <level value="ALL">
The log.txt file is located in the Program\Application folder. For example, c:\Program Files\Novell\Versioning\log.txt.
By default only fatal errors are logged. To log debug or all messages configure the NovellVersioningClient.exe.config file and edit the level value parameters to DEBUG or ALL.
<level value="DEBUG"> or <level value="ALL">
In the Windows Vista 32-bit platform the log file is located at c:\users\<username>\AppData\Local\VirtualStore\Program Files\Novell\Versioning.
In the Windows Vista 64-bit platform to create log file, you have to configure the c:\Program Files\Novell\Versioning \NovellVersioningClient.exe.config file. To configure the NovellVersioningClient.exe.config file, edit the para name and value parameters:
<param name=“File” value=“c:\users\<username>\log.txt”>
where the value of element param name must be File and the element value contains the desired location for the log file.