ice icon indicating copy to clipboard operation
ice copied to clipboard

Consider implementing logger inheritance in IceGrid node

Open bentoi opened this issue 7 years ago • 0 comments

Right now, there's no easy way for servers started by an IceGrid node to log to the same logger as the one used by the node. For example, if the node is logging to the Windows event log, you can't easily get servers started by the node to log to the event log as well.

We should consider improving this. The node could possibly attach a remote logger to each of the started servers to forward the logging to its internal logger?

ICE-6118

bentoi avatar Jul 03 '18 11:07 bentoi