Showing Gateway Logs in Perspective Component

Hello,

is there a way a built in way to get the informations of the gateway log to a perspective component?
How would you approach this request?

Greetings, Thomas

No built in way. The simplest way is to read in the wrapper log as text and display it in an area textbox. Search the forum for how to get the ignition project path (and from there derive the log path) dynamically, I have a post somewhere with it

system.file.readFileAsString is the method to read the file