So im syncing a full node of Bitcoin Knots (I don't know where to ask about this so im asking here and hopefully it's ok since it's just a fork) and unless im tripping, it closed itself with no error at all. Where can I find the log that would help trying to find out what happened there?
This kind of problem sometimes occurs when syncing a full node. If you ever see that both Bitcoin Knots or Bitcoin Core sometimes suddenly crash or close on their own, especially during syncing. If you want to find out exactly where the problem is, you need to look at the logs. Sometimes this happens because of problems with the logs. Usually, there are logs like this:
Linux/Mac: ~/.bitcoin/debug.log
Windows: C:\Users\<YourUsername>\AppData\Roaming\Bitcoin\debug.log
Since Knots is built on Core, it also keeps logs in the same place. By opening that file, you will understand at which stage it crashed or closed. And you can find the solution to the problem from there.