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)
Activity
Steven Ayre
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | fs_cli-uuids-2.patch [ 13112 ] |
Steven Ayre
made changes -
| Attachment | 03-fs_cli-uuids.patch [ 13295 ] |
Marc Olivier Chouinard
made changes -
| Resolution | Incomplete [ 4 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Steven Ayre
made changes -
| Attachment | 04-fs_cli-uuids.patch [ 16110 ] |
Steven Ayre
made changes -
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Resolution | Incomplete [ 4 ] |
Mike Jerris
made changes -
| Assignee | Anthony Minessale II [ anthm ] | Mike Jerris [ mikej ] |
Steven Ayre
made changes -
| Attachment | 05-fs_cli-uuids.patch [ 16755 ] |
Steven Ayre
made changes -
| Attachment | 06-fs_cli-uuids.patch [ 16756 ] |
Mike Jerris
made changes -
| Target Version | 1.3.0 [ [10003] ] | |
| Fix Version/s | 1.3.0 [ 10003 ] |
Ken Rice
made changes -
| Fix Version/s | 1.2.9 [ 10412 ] | |
| Fix Version/s | 1.3.0 [ 10003 ] |
Ken Rice
made changes -
| Assignee | Mike Jerris [ mikej ] | Ken Rice [ silik0n ] |
Raymond Chandler
made changes -
| Status | Reopened [ 4 ] | Waiting for reporter [ 10000 ] |
Ken Rice
made changes -
| Status | Waiting for reporter [ 10000 ] | Closed [ 6 ] |
Steven Ayre
made changes -
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Target Version | 1.3.0 [ [10003] ] | 1.5 [ [10410] ] |
Steven Ayre
made changes -
| Attachment | 07-fs_cli-uuids.patch [ 18541 ] |
- fixes some compile problems with the previous patch
- adds support for setting log-uuid in the profile