Using the Log Files
The NICE DCV log files can be used to identify and troubleshoot problems with your NICE DCV server. The NICE DCV log files can be found in the following location on your NICE DCV server:
-
Windows server
C:\ProgramData\NICE\dcv\log\server.log
Note
The
ProgramData
folder might be hidden by default. If you do not see theProgramData
folder, set your file browser to show hidden items. Alternatively, enter%programdata%
in the address bar and press Enter. -
Linux server
/var/log/dcv/server.log
The NICE DCV server enables you to configure the verbosity level of the log files. The following verbosity levels are available:
error
— Provides the least detail. Includes errors only.warn
— Includes errors and warnings.info
— The default verbosity level. Includes errors, warnings, and information messages.debug
— Provides the most detail. Provides detailed information that is useful for debugging issues.
Changing Log File Verbosity on Windows
To configure the log file verbosity, you must configure the level
parameter using the Windows Registry Editor.
To change the log file verbosity on Windows
-
Open the Windows Registry Editor.
-
Navigate to the HKEY_USERS/S-1-5-18/Software/GSettings/com/nicesoftware/dcv/log/ key.
-
Open the level parameter by double-clicking. For Value data, type either
error
,warn
,info
, ordebug
, depending on the required verbosity level. Choose OK and close the Windows Registry Editor.
Changing Log File Verbosity on Linux
To configure the log file verbosity, you must configure the level
parameter in the dcv.conf
file.
To change the log file verbosity on Linux
-
Navigate to
/etc/dcv/
and open thedcv.conf
with your preferred text editor. -
Locate the
level
parameter in the[log]
section, and replace the existing verbosity level with eithererror
,warn
,info
, ordebug
.[log] level="
verbosity_level
" -
Save and close the file.