[tickets] [opensaf:tickets] #2724 plm: mbc isn't working

2017-12-01 Thread Alex Jones via Opensaf-tickets
- **status**: accepted --> review



---

** [tickets:#2724] plm: mbc isn't working**

**Status:** review
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 06:43 PM UTC by Alex Jones
**Last Updated:** Fri Dec 01, 2017 06:43 PM UTC
**Owner:** Alex Jones


MBC is not working in PLM, so no syncing is going to standby plmd.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2724 plm: mbc isn't working

2017-12-01 Thread Alex Jones via Opensaf-tickets



---

** [tickets:#2724] plm: mbc isn't working**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 06:43 PM UTC by Alex Jones
**Last Updated:** Fri Dec 01, 2017 06:43 PM UTC
**Owner:** Alex Jones


MBC is not working in PLM, so no syncing is going to standby plmd.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2723 smf: Fix handling of MDS events in smfnd

2017-12-01 Thread Hans Nordebäck
At failover smfd's vdest is in "transit" and during this time all smfnd has the 
"MDS Await Active Timer" started.
This timer may expire before smfd sets a new vdest and if so the NCSMDS_DOWN 
msg for the smfd vdest is sent to all smfnd's and the cb->smfd_vdest is set to 
0. Then the new active smfd sets the vdest and the message NCSMDS_NEW_ACTIVE is 
sent to all smfnd's. This message is not handled and leads to all smfnd's still 
has the cb->smfd_vdest set to 0 and are not able to communicate with the smfd.


---

** [tickets:#2723] smf: Fix handling of MDS events in smfnd**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:05 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:25 PM UTC
**Owner:** elunlen


The smf node direcor does not handle ACTIVE DOWN and UP events only service UP 
and DOWN. This means that if a fail over of smfd happen and it takes a long 
time (longer than MDS "Await Active Timer" timeout) for smfd to request a mds 
role change the smfnd will timeout and get a service down event. When that 
happen smfnd will reset the i_dest (set to 0) this means that smfnd no longer 
can send any messages to  smfd. Smfnd will restore i_dest if a service UP event 
is received. However in this case this will not happen instead an ACTIVE UP 
event will be received. Since smfnd does not subscribe to this event this will 
go unnoticed and i_dest will never be restored. The smfnd has to be restarted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2722 smf: Add MDS logging to smfd and smfnd

2017-12-01 Thread elunlen via Opensaf-tickets
- **status**: accepted --> review



---

** [tickets:#2722] smf: Add MDS logging to smfd and smfnd**

**Status:** review
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:04 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:33 PM UTC
**Owner:** elunlen


Add syslogs to smfd and smfnd to log MDS handling so that initializing, role 
change MDS events etc.
All of these logs will be tagged with 'MDS ' to make it possible to grep. There 
will be a number of new logs added to syslog but all of these logs will only be 
written at special occasions like start up, service down / up etc.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2721 clm: Fully convert CLM to C++

2017-12-01 Thread Anders Widell via Opensaf-tickets
- **summary**: clm: Fully convert the node agent to C++ --> clm: Fully convert 
CLM to C++
- Description has changed:

Diff:



--- old
+++ new
@@ -1 +1 @@
-To support future implementation of tickets [#2618], [#2693] and [#2694], 
fully convert the CLM node agent to C++. This will also make it possible to 
remove the C++ wrappers in the node agent, which will simplify the code.
+To support future implementation of tickets [#2618], [#2693] and [#2694], 
fully convert CLM to C++. This will also make it possible to remove the C++ 
wrappers in the node agent, which will simplify the code.






---

** [tickets:#2721] clm: Fully convert CLM to C++**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:02 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 02:02 PM UTC
**Owner:** Anders Widell


To support future implementation of tickets [#2618], [#2693] and [#2694], fully 
convert CLM to C++. This will also make it possible to remove the C++ wrappers 
in the node agent, which will simplify the code.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2722 smf: Add MDS logging to smfd and smfnd

2017-12-01 Thread elunlen via Opensaf-tickets
- Description has changed:

Diff:



--- old
+++ new
@@ -0,0 +1,2 @@
+Add syslogs to smfd and smfnd to log MDS handling so that initializing, role 
change MDS events etc.
+All of these logs will be tagged with 'MDS ' to make it possible to grep. 
There will be a number of new logs added to syslog but all of these logs will 
only be written at special occasions like start up, service down / up etc.






---

** [tickets:#2722] smf: Add MDS logging to smfd and smfnd**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:04 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:04 PM UTC
**Owner:** elunlen


Add syslogs to smfd and smfnd to log MDS handling so that initializing, role 
change MDS events etc.
All of these logs will be tagged with 'MDS ' to make it possible to grep. There 
will be a number of new logs added to syslog but all of these logs will only be 
written at special occasions like start up, service down / up etc.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2723 smf: Fix handling of MDS events in smfnd

2017-12-01 Thread elunlen via Opensaf-tickets
- Description has changed:

Diff:



--- old
+++ new
@@ -0,0 +1 @@
+The smf node direcor does not handle ACTIVE DOWN and UP events only service UP 
and DOWN. This means that if a fail over of smfd happen and it takes a long 
time (longer than MDS "Await Active Timer" timeout) for smfd to request a mds 
role change the smfnd will timeout and get a service down event. When that 
happen smfnd will reset the i_dest (set to 0) this means that smfnd no longer 
can send any messages to  smfd. Smfnd will restore i_dest if a service UP event 
is received. However in this case this will not happen instead an ACTIVE UP 
event will be received. Since smfnd does not subscribe to this event this will 
go unnoticed and i_dest will never be restored. The smfnd has to be restarted.






---

** [tickets:#2723] smf: Fix handling of MDS events in smfnd**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:05 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:05 PM UTC
**Owner:** elunlen


The smf node direcor does not handle ACTIVE DOWN and UP events only service UP 
and DOWN. This means that if a fail over of smfd happen and it takes a long 
time (longer than MDS "Await Active Timer" timeout) for smfd to request a mds 
role change the smfnd will timeout and get a service down event. When that 
happen smfnd will reset the i_dest (set to 0) this means that smfnd no longer 
can send any messages to  smfd. Smfnd will restore i_dest if a service UP event 
is received. However in this case this will not happen instead an ACTIVE UP 
event will be received. Since smfnd does not subscribe to this event this will 
go unnoticed and i_dest will never be restored. The smfnd has to be restarted.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2723 smf: Fix handling of MDS events in smfnd

2017-12-01 Thread elunlen via Opensaf-tickets



---

** [tickets:#2723] smf: Fix handling of MDS events in smfnd**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:05 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:05 PM UTC
**Owner:** elunlen





---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2722 smf: Add MDS logging to smfd and smfnd

2017-12-01 Thread elunlen via Opensaf-tickets



---

** [tickets:#2722] smf: Add MDS logging to smfd and smfnd**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:04 PM UTC by elunlen
**Last Updated:** Fri Dec 01, 2017 02:04 PM UTC
**Owner:** elunlen





---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2721 clm: Fully convert the node agent to C++

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2721] clm: Fully convert the node agent to C++**

**Status:** accepted
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 02:02 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 02:02 PM UTC
**Owner:** Anders Widell


To support future implementation of tickets [#2618], [#2693] and [#2694], fully 
convert the CLM node agent to C++. This will also make it possible to remove 
the C++ wrappers in the node agent, which will simplify the code.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2720 base: Add LogMessage parsing support

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2720] base: Add LogMessage parsing support**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:57 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:57 PM UTC
**Owner:** nobody


Add support in LogMessage for parsing a formatted text string to retrieve the 
fields of the message. This can be useful in the osaflog command.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2719 dtm: Add new command for dumping state from the DTM service

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2719] dtm: Add new command for dumping state from the DTM service**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:54 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:54 PM UTC
**Owner:** nobody


Add a new command that can be used to print information from the DTM service, 
similar to the "tipc" command which is used to print information about TIPC 
from the Linux kernel.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2718 dtm: Detect process restarts in osaflog command

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2718] dtm: Detect process restarts in osaflog command**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:34 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:34 PM UTC
**Owner:** nobody


Using the PROCID field, osaflog can detect when the process id changes. When 
detected, the osaflog can print e.g. "*** New process: xxx ***". This makes 
process restarts more visible, and it also means that we don't have to print 
the process ID on each line.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2717 dtm: Detect dropped log records in osaflog command

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2717] dtm: Detect dropped log records in osaflog command**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:32 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:32 PM UTC
**Owner:** nobody


Using the sequenceId field, osaflog can detect dropped log records. When 
detected, osaflog can print e.g. "*** xxx missing log messages ***" to make 
this fact visible.



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2716 dtm: Add a long format print option to osaflog

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2716] dtm: Add a long format print option to osaflog**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:31 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:31 PM UTC
**Owner:** nobody


Add a long format option, e.g. --long, to osaflog. When specified, a long 
format shall be used when printing log records. The long format shall include 
all available information from the log records, but can still be "prettier" 
than the raw log format on disk, and can exclude redundant information.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2715 dtm: Allow simultaneous printing of multiple log streams

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2715] dtm: Allow simultaneous printing of multiple log streams**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:23 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:23 PM UTC
**Owner:** nobody


Make it possible to give multiple LOGSTREAM arguments to the osaflog command. 
When more than one stream is given, log messages from all the streams shall be 
printed interleaved, sorted by the date field.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2714 dtm: Add osaflog options for printing log entries between a range of dates

2017-12-01 Thread Anders Widell via Opensaf-tickets



---

** [tickets:#2714] dtm: Add osaflog options for printing log entries between a 
range of dates**

**Status:** unassigned
**Milestone:** 5.18.01
**Created:** Fri Dec 01, 2017 01:22 PM UTC by Anders Widell
**Last Updated:** Fri Dec 01, 2017 01:22 PM UTC
**Owner:** nobody


Add new options, e.g. --from and --to, that specify a range of dates. Only log 
messages between those dates shall be printed by the command.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #2709 dtm: Support pretty-printing log messages using the osaflog command

2017-12-01 Thread Anders Widell via Opensaf-tickets
- **status**: unassigned --> review
- **assigned_to**: Anders Widell



---

** [tickets:#2709] dtm: Support pretty-printing log messages using the osaflog 
command**

**Status:** review
**Milestone:** 5.18.01
**Created:** Tue Nov 28, 2017 04:07 PM UTC by Anders Widell
**Last Updated:** Tue Nov 28, 2017 04:07 PM UTC
**Owner:** Anders Widell


Add support to the osaflog command for parsing and pretty-printing the OpenSAF 
log messages. Initially, we can support pretty-printing to remove information 
which is not frequently needed when reading the logs. In future ticket(s), we 
can also add support for filtering log messages.


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets