Implemented separate TCP logger service
This commit is contained in:
@@ -39,5 +39,13 @@ To enable debugging in your application, add the following to your `.cfg`:
|
||||
ControlPort = 8080
|
||||
UdpPort = 8081
|
||||
}
|
||||
|
||||
+LoggerService = {
|
||||
Class = LoggerService
|
||||
+DebugConsumer = {
|
||||
Class = TcpLogger
|
||||
Port = 8082
|
||||
}
|
||||
}
|
||||
```
|
||||
The suite automatically patches the registry to instrument your existing Brokers and Schedulers.
|
||||
|
||||
Reference in New Issue
Block a user