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 Edge Data Streaming Node Logs

Managing the
Edge Data Streaming
Node Logs

The
EDS Node
writes log messages to the <
EDS Node
Installation Directory>/logs/ directory. The
EDS Node
uses the log4j API. To change how the
EDS Node
logs messages, edit the
log4j.properties
file.
  1. Open the
    log4j.properties
    file in the following directory:
    <EDS Node Installation Directory>/node/config
  2. Set the value of
    log4j.rootLogger
    . You can 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
    EDS Node
    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!