Purpose and Scope
The Node-Based Logging model was developed to facilitate and enhance troubleshooting. With this model, log messages are unified, centralized, and easily managed.
As jobs execute, log messages (also called log records or simply logs) are streamed to a specific, identifiable log file on each related node. One to three log files are created and retained on each node each day, unless the node is “quiet” for the day, in which case no log file is created.
A user can look at a log file by using any file editor, either command line or script oriented, that opens ordinary text files.
Last updated