---
title: "Nerve Center Reservation DLL logging"
slug: "nerve-center-reservation-dll-logging"
updated: 2024-04-11T08:49:03Z
published: 2024-04-11T08:49:03Z
canonical: "kb.pharos.com/nerve-center-reservation-dll-logging"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nerve Center Reservation DLL logging

### **Question:**

How do you enable logging for the Nerve Center Reservation DLL?

---

### **Answer:**

To start logging, create a registry file (like suprescom.reg) with the below contents.

```plaintext
[HKEY_LOCAL_MACHINE\SOFTWARE\PHAROS\SupResCom\Log]
"Categories"=dword:00000001
"File Name"="C:\\temp\\SupResComlog.txt"
"Filters"=dword:00000003
"Level"=dword:00000005
"Options"=dword:0000000f
"Port Name"=""
"TraceLog"=dword:00000000
"Types"=dword:0000000f
```

1. Copy the registry file to the machine where IIS and the Nerve Center or Uniprint Web components are installed
2. Modify the attached registry key so the registry value "File Name" points to the desired location
3. Apply the registry key (double click the file)
4. Restart IIS
5. Logging will be enabled

### **To stop logging:**

1. Edit the registry key again, removing the file path and name
2. Restart IIS

## Related

- [Uniprint: Pharos Updater Service is not starting or starts then stops immediately.](/uniprint-pharos-updater-service-is-not-starting-or-starts-then-stops-immediately.md)
- [Pharos PC Release Station slows down to a crawl](/pharos-pc-release-station-slows-down-to-a-crawl.md)
- [Operating System and Hardware Support for 64 Bit and VMWare](/operating-system-and-hardware-support-for-64-bit-and-vmware.md)
