Note: this is an xCAT design document, not an xCAT user document. If you are an xCAT user, you are welcome to glean information from this design, but be aware that it may not have complete or up to date procedures.
Logging in confluent should still use syslog as appropriate, but it will always use it's internal logging facility.
For every log, there are two files. A plaintext file that should provide roughly equivalent experience to /var/log/messages, and a binary metadata file that utilities can use to more quickly process the plaintext and filter information out from unstructured text that isn't pertinent to the viewing situation. There will be three general classes of log in terms of plaintext file layout (binary metadata is constant across all):
Conventionally log files are written with as much assurance as possible. This has caused issues with overwhelming IO load for console servers with large numbers of managed targets. In confluent, effort is made to aggregate writes and in fact combine log entries in console log when metadata would match. The thought is that unlike most logging (where the thing logging data is self-monitoring and failing to commit log to disk fast enough has a high chance of missing important clues), confluent is monitoring other entities. If the other entity has a kernel panic, there is no threat to our log due to caching, so we can cache more aggressively than conventional situtations.
Logs are written to /var/log/confluent.