I tried using console.log("variable value: " + variable) in my sheet worker script (inside a change event handler) - but in the log, I can not seem to find this entry anywhere. The log entries for the change event beeing triggered are there, but my custom logs are not. Does console.log simply not work with roll20 sheet worker scripts? If so, can I do anything else to log some values in the script? I could feed them into a debug input field via setAttrs() but that seems overly complicated.