system.util.getLogger not working in container

I have a Gateway installed in a Docker container, and it seems I can’t get a message from system.util.getLogger() to show. In parallel, is it possible to make the logs appears on the gateway webpage like if the gateway was installed directly on the OS?

Where are you trying to log from?

They do, what are you seeing on the logs page?

I am trying from a Perspective client, and a Session Event script and both don’t appear. FYI, on the gateway webpage, I don’t see any logs from anything.

There should be zero difference for this stuff between docker and native. What image are you running?

image
image

That should work fine. I'm running the same in a bunch of containers and it's working fine. I'm running Docker V29 on Ubuntu.

If your system updated to V29 from an earlier version - it may be broke. V29 had breaking changes in it, and at least on my system, it also failed to update something properly.. I had to uninstall docker completely, and then install directly to V29.