Built in logger to a different file

logback.xml only controls logs on the gateway. When you execute something in the script console, that’s happening on your local JVM where the designer is running.
Perspective scripts are actually executing on the gateway, though, so you’ll end up with the right results.

If you want to automatically send logs from clients/designers to the gateway logs, you could do that (with a different pattern), but, y’know, be careful.

3 Likes