Skip to content

treewide: fix flushing of messages to logs in some cases

Vladimír Čunát requested to merge log-flushing into master

... by setting FILE* properties and replace the explicit flushes. Explicit flushing couldn't be well done e.g. for lua's error() function. In particular, we had problems with journald not getting logs timely.

  • tested it fixes the issue on NixOS+systemd desktop.

Merge request reports