-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-133245 / 25.04 / Switch to using syslog for middleware logfiles (#…
…15264) This commit converts middleware to using syslog handler + syslog ident in order to uniquely filter log messages into separate files. This has advantage of streamlining remote syslog handling. Adding new logger destinations is also fairly straightforward. 1. Add new TNLog object with details for new log file 2. Add to tuple of all TNLog objects These are evaluated during syslog-ng configuration. If for some reason syslog is broken on the server then middleware will queue the records internally for when syslog becomes unbroken while writing the records to a fallback file for evaluation by a system administrator.
- Loading branch information
Showing
7 changed files
with
427 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.