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 Administrator Daemon Logs

Managing the
Administrator Daemon
Logs

The
Administrator Daemon
writes log messages to the
<Administrator Daemon Installation Directory>/logs/
directory. The
Administrator Daemon
uses the log4j API. To change how the
Administrator Daemon
logs messages, edit the
admind_log4j.conf
file.
  1. Open the
    admind_log4j.conf
    file in the following directory:
    <Administrator Daemon Installation Directory>/config
  2. Set the value of
    umsm.root.logger
    . 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.
    By default, the
    Administrator Daemon
    logs messages at the INFO level.
  3. Set the path to the log file.
  4. Save and close the file.

0 COMMENTS

We’d like to hear from you!