Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | [bug] run zmq log subscriber in background | Ivan Alejandro | |
Prevent locks caused by the zmq log handler reaching the zmq's HWM (High water mark / buffer limit) and causing some components to block until the buffer is empty (running the zmq handler for instance). We run the zmq handler in the background all the time to prevent this. - Resolves: #7222 | |||
2015-06-22 | [feat] add a zmq based logger, change log window | Ivan Alejandro | |
- Add a new handler for a zmq/thread-safe log send between components. - Update the log window to use this new handler. - Remove old custom handler We have implemented a new handler that uses logbook, so this one is no longer needed. - Adapt log silencer to new handler - Use log file always as default - Related: #6733 |