Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

Managing the Informatica Domain Logs

Managing the Informatica Domain Logs

The domain log messages are written to the
<EDS installation directory/UMService/umsm.log
file by using the log4j API. To change how the domain logs messages, edit the
umsm.log
file.
  1. Open the
    umsm.log
    file in the following directory:
    <EDS installation directory/UMService
  2. Set the value of
    log4j.rootLogger
    . You can choose to log messages at one of the following levels:
    • FATAL. Writes FATAL messages to the log.
    • ERROR. Writes FATAL and ERROR code messages to the log. ERROR messages include connection failures and service errors.
    • WARNING. Writes FATAL, ERROR, and WARNING messages to the log. WARNING errors include recoverable system failures or warnings.
    • INFO. Writes FATAL, ERROR, WARNING, and INFO messages to the log. INFO messages include system and service change messages.
    • DEBUG. Writes FATAL, ERROR, WARNING, INFO, and DEBUG messages to the log. DEBUG messages are user request logs.
    The WARNING level is the default level of logging.
  3. Set the path to the log file.
  4. Save and close the file.

0 COMMENTS

We’d like to hear from you!