[14:42:27] Hey there, we've been using Phorge for quite some years, but we're trying to do some tweaks and debugging, and have ended up with a question of observability. How do people tend to handle observability in Phorge? It doesn't seem to write any logs or prometheus metrics. We've previously added prometheus metrics of our own, and managed to get some logs by adding calls to error_log(tsprintf(..)) but [14:42:33] wondering how do others do it?