[hipl-users] Bug 234 solved: dynamic debugging messages support. hipconf debug all|medium|none

  • From: Alberto Garcia <Alberto.Garcia@xxxxxxx>
  • To: hipl-users@xxxxxxxxxxxxx
  • Date: Tue, 15 May 2007 18:08:55 +0300

Hello folks!

I fixed the bug # 234. I add another feature to the hipconf facility. Now it is
possible to select what kind of messages are displayed by hipd when it is
running.

  hipconf debug none    # <only HIP_DIE messages are shown>
  hipconf debug medium  # <shows HIP_DIE, HIP_ERROR and HIP_INFO messages>
  hipconf debug all     # <shows all messages, including HIP_DEBUG>

These options can be also set in "/etc/hip/hipd_config" to configure hipd and
other libraries at startup. For instance, conntest-client-gai will read from
"/etc/hip/hipd_config" the debug configuration, and will display the messages
accordingly. The default case will be debug all.

This code has been committed to the
hipl-dev@xxxxxxxxxxxxxxxxxxx/hipl--main--2.6--patch-231.

Have a nice day!

Alberto García





Other related posts:

  • » [hipl-users] Bug 234 solved: dynamic debugging messages support. hipconf debug all|medium|none