On my NixOS it is usually found at /tmp/process-compose-<user>.log but this file doesn’t exist on the GitHub runners, anyone happen to know where else could it be?
That’s probably because nix flake check runs in sandbox mode. I could set the log_location somewhere in the build directory and create a process that will tail -f on the log: https://github.com/F1bonacc1/process-compose/blob/main/www/docs/logging.md
But the problem is that the output is not very readable, need to expose log_configuration options in process-compose-flake
In the flake check how about cat
'ing the log file at the end of a failed run?
But there is no failed run, it’s an infinite loop
Last updated: Nov 21 2024 at 09:18 UTC