Hi @all,
for debugging trigger scripts i need access to the server.log. I know of two ways to get this access:
- some kind of access to the filesystem, where the server.log is located. Either direct or as a share.
- via admin-client
The first way is not possible in my company, direct access to server-filesystems are generally prohibited or at least limited to a very small group of admins. The second way is possible, but very uncomfortable. At the admin-client i always see the last 500 lines of the log, and our admin doesnt want to increase this number, because he wants to avoid some heap-size-problems. 500 lines is not enough in most cases, but even if i could persuade the admin to increase this to 2000 lines or so, i doubt that this will be always enough.
Anybody has knowledge of another way to get access to the log-files?
Thanks, Jens