Deactivating data collection breaks syslog-ng

Hi!
I disabled the data collection, then in the night the auto updater removed several packages:

2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-fwup
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of python-libatsha204
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ulogd
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-refused
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-flow
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of iptables-mod-nflog
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-ipt-nflog
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ulogd-mod-pcap
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-spoof
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-fake
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-ipt-tproxy
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-ipt-nat6
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-bandwidth
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-prog
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-count
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of turris-firewall-rules
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of libnetfilter-acct
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of nikola
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-diffstore
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of logsend
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-nfnetlink-log
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-nfnetlink-nfacct
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-badconf
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of iptables-mod-tproxy
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-sniff
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of kmod-nf-nat6
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of libnetfilter-log
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ucollect-meta
2016-11-04T03:05:08+01:00 info updater[1955]: updater.lua:108 (Globals): Queue removal of ip6tables-mod-nat
2016-11-04T03:05:08+01:00 info updater[1955]: src/pkgupdate/main.c:214 (main): Executing preupdate hooks…
2016-11-04T03:05:08+01:00 info updater[1955]: src/lib/util.c:141 (exec_dir_callback): Subprogram output: /etc/updater/hook_preupdate/05_schnapps.sh:
Snapshot number 14 created
2016-11-04T03:05:08+01:00 info updater[1955]: src/lib/util.c:142 (exec_dir_callback): End of subprogram output
2016-11-04T03:05:09+01:00 warning ucollect[4180]: epoll_wait on 4 interrupted, retry
2016-11-04T03:05:09+01:00 info ucollect[4180]: Destroying uplink to api.turris.cz:5679
2016-11-04T03:05:09+01:00 info ucollect[4180]: Releasing the main loop
2016-11-04T03:05:09+01:00 info ucollect[4180]: Closing both PCAPs on 3g-umts
2016-11-04T03:05:09+01:00 info ucollect[4180]: Closing both PCAPs on aiccu-sixxs
2016-11-04T03:05:09+01:00 info ucollect[4180]: Closing both PCAPs on eth1
2016-11-04T04:05:09+01:00 info syslog-ng[3579]: Termination requested via signal, terminating;
2016-11-04T04:05:09+01:00 notice syslog-ng[3579]: syslog-ng shutting down; version=‘3.0.9’

Afterwards syslog-ng doesnt start again and fails to start:

./syslog-ng start
Include file/directory not found; filename=‘/etc/syslog-ng.d/’, error=‘No error information (0)’

The fix I found is to create the directory again: mkdir /etc/syslog-ng.d

Had the same problem with broken syslog-ng.
Things like this are really annoying.

This should be fixed in next release. For now you can just create /etc/syslog-ng.d directory.