speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Request pull: Logging refactoring.


From: Luke Yelavich
Subject: Request pull: Logging refactoring.
Date: Tue, 23 Jun 2009 16:54:57 +1000

Here is the first of many changes I will be making to speech-dispatcher, to get 
it ready for better use with Orca. This set of changes addresses the amount of 
logging output in log files that is produced, and ensuring that the vast 
majority of this can go away if the user sets the log level to 0. These changes 
wil also follow as individual patches, which can be applied with the "git am" 
command.

The following changes since commit ddfd590ad7c2f6cf412f74fb8d038ed9b14cbb8a:
  Hynek Hanke (1):
        *** empty log message ***

are available in the git repository at:

  http://git.themuso.com/git/speechd.git master

Luke Yelavich (5):
      server - Send log level configuration setting to speech modules
      modules - Receive and set log level from speechd server
      audio/alsa, audio/oss - Take the log level into account before logging a 
message.
      audio/alsa, audio/oss - Assign all log messages a log level
      audio, modules - Set libspdaudio's internal log_level variable

 ChangeLog                  |   40 ++++++++++++++++++++
 intl/fdset.h               |    1 +
 src/audio/alsa.c           |   86 ++++++++++++++++++++++----------------------
 src/audio/oss.c            |   38 ++++++++++----------
 src/audio/spd_audio.c      |    8 ++++
 src/audio/spd_audio.h      |    4 ++
 src/modules/module_main.c  |    1 +
 src/modules/module_utils.c |   53 +++++++++++++++++++++++++++
 src/modules/module_utils.h |    3 ++
 src/server/config.c        |   15 +++++++-
 src/server/module.c        |   11 ++++++
 src/server/output.c        |   19 ++++++++++
 src/server/output.h        |    1 +
 13 files changed, 217 insertions(+), 63 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20090623/e58816b3/attachment.pgp>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]