I am trying to implement logging in FTE, i need to log all the monitors information that how many monitor jobs got successfully executed and how many got failed.
Asked
Active
Viewed 480 times
1 Answers
1
This may be of help. Are you implementing your own logging?
Monitor logs are published on SYSTE.FTE/Log topic. You can subscribe to receive publications on this topic and process the way you want. More details here.

Shashi
- 14,980
- 2
- 33
- 52
-
Thanks for reply, Is it possible to implement our own logging? – Mansoor Aug 23 '12 at 20:33
-
Yes, you can subscribe to "SYSTEM.FTE/#" topic and receive all publications. – Shashi Aug 24 '12 at 04:05