Details
-
Type:
Improvement
-
Status:
Reopened
-
Priority:
Patch
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.2.9
-
Component/s: mod_console, Scripts
-
Labels:None
-
Environment:Debian Lenny x64
-
Platform:Linux x86_64/gcc
-
FreeSWITCH GIT Revision:20c2740c641ead4f7bef8ba105d02ba3d8523745
-
Reproduced with GIT HEAD?:YES
-
Target Version:
Description
mod_logfile and mod_syslog have uuid params which allow the logging of the uuid that generated a log message, if available.
mod_console and fs_cli do not have this feature, but it could be useful.
The attach patches add this feature. It is disabled by default, so that the default behaviour is unchanged. When the uuid param is set on mod_console, or the -U/--log-uuid command line argument given to fs_cli, the log message is prefixed by the uuid (the same behaviour as mod_logfile and mod_syslog).
fs_cli could be patched further so that the log-uuid setting is stored within profiles.
logger.pl also could be updated to show uuids (patch not supplied)
mod_console and fs_cli do not have this feature, but it could be useful.
The attach patches add this feature. It is disabled by default, so that the default behaviour is unchanged. When the uuid param is set on mod_console, or the -U/--log-uuid command line argument given to fs_cli, the log message is prefixed by the uuid (the same behaviour as mod_logfile and mod_syslog).
fs_cli could be patched further so that the log-uuid setting is stored within profiles.
logger.pl also could be updated to show uuids (patch not supplied)