Logs from Caché Web Terminal
Hi all...
I am testing this project:
https://intersystems-community.github.io/webterminal/
Is there any way to be able to record a log of what is done on this terminal?
Does anyone use this in production?
Hi all...
I am testing this project:
https://intersystems-community.github.io/webterminal/
Is there any way to be able to record a log of what is done on this terminal?
Does anyone use this in production?
I'm not sure that it is collect any such logs. But I think you can ask author @Nikita Savchenko to implement it.
I noticed that ^% G has become unusable due to performance. I will direct my tests to another tool
We tried; our intention was rather modest: just to run Caché system utilities. Alas, even JOBEXAM failed. The issue was discussed with the author, and it turned to be difficult to amend by design.
Hello!
It's Nikita, the creator of WebTerminal.
There is no such thing implemented in WebTerminal. Because, still, all the commands are executed via
xecute
Cache command under the hood in a dedicated process.However, if you really need this to be implemented - feel free to create an issue here.
Hope this helps!