vtl logging configure

Name

vtl logging configure - set path to store log files

Syntax

vtl logging configure <logPath>

Description

Sets the directory path where log files are to be stored.

See vtl logging show to display the current log path.

The client library writes log messages to SYSLOG on Linux/UNIX systems.
However, for Windows, the log messages are written to the file "LunaCryptokiLog.htm" at the location that you specify in <logPath>.

To demonstrate that the logging is working on a Windows platform, you could create an error situation as follows:

1. Enable the client side log on a Windows platform.

2.Create a client certificate.

3.Register the client with a SafeNet Luna Network HSM appliance.

4.Manually delete the client certificate file.

5.Run ckemo or another application against a partition on that SafeNet Luna Network HSM.   NTL is broken for this client (due to the missing certificate), so any commands from your application should fail.

6.Check LunaCryptokiLog.htm and observe error messages written there.    

Options

None

Example

C:\Program Files\SafeNet\LunaClient>vtl logging configure "C:\Program Files\SafeNet\LunaClient"
Success setting log path to C:\Program Files\SafeNet\LunaClient