The error stacktrace is still printed in the terminal and not redirected to ccl.log as expected.
Stracing CCL shows that the stacktrace is printed in a child process. I suspect that CCL does not correctly handle file descriptors in the child process, leading to fds 1 and 2 not being the same as the parent and escaping redirection.
Using CCL 1.12.1 on Linux x86_64:
The error stacktrace is still printed in the terminal and not redirected to
ccl.log
as expected.Stracing CCL shows that the stacktrace is printed in a child process. I suspect that CCL does not correctly handle file descriptors in the child process, leading to fds 1 and 2 not being the same as the parent and escaping redirection.