I am currently debugging a weird problem on my server and therefore I am searching for a tool that is monitoring the standard log folder /var/log/. Any changes to the existing files should be printed so that I know what exactly happens.
As I am not just starting one program but rather making requests to different services strace is not helping. Solutions proposed here monitoring file changes + process access to files are outdated or limited to non-recursive folder structures.