diff --git a/news/bugfix-3349.md b/news/bugfix-3349.md new file mode 100644 index 0000000000..3b7afafa22 --- /dev/null +++ b/news/bugfix-3349.md @@ -0,0 +1,8 @@ +syslog-ng-ctl: when syslog-ng gets stuck on executing a heavy stats-ctl command, should be +able to do a graceful shutdown when it is requested + +The solution has two parts: + 1) move control loop to a separated thread + 2) run stats and query ctl commands in a separated thread + +