[asterisk-bugs] [Asterisk 0017668]: [patch] Reload logger with alternate configuration file
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Jul 18 12:26:19 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17668
======================================================================
Reported By: tilghman
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17668
Category: Core/Configuration
Reproducibility: N/A
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 277775
Request Review:
======================================================================
Date Submitted: 2010-07-18 10:58 CDT
Last Modified: 2010-07-18 12:26 CDT
======================================================================
Summary: [patch] Reload logger with alternate configuration
file
Description:
On Friday 16 July 2010 12:59:43 Steve Edwards wrote:
> "Request For Comments on a Feature Suggestion" -- just wondering if
others
> would find this useful.
>
> It occurs to me that being able to just enter:
>
> logger reload maximum-verbosity.conf
>
> would be a useful feature and would be useful in many situations like
> "iax2 reload" or "extensions reload."
======================================================================
----------------------------------------------------------------------
(0124682) russell (administrator) - 2010-07-18 12:26
https://issues.asterisk.org/view.php?id=17668#c124682
----------------------------------------------------------------------
case CLI_INIT:
- e->command = "logger reload";
- e->usage =
+ e->command = "logger reload [<alt-conf>]";
+ e->usage =
"Usage: logger reload\n"
" Reloads the logger subsystem state. Use after restarting
syslogd(8) if you are using syslog logging.\n";
return NULL;
You probably want to update usage, but leave command alone.
Issue History
Date Modified Username Field Change
======================================================================
2010-07-18 12:26 russell Note Added: 0124682
======================================================================
More information about the asterisk-bugs
mailing list