sys daemon-log-settings tmmΒΆ

sys daemon-log-settings tmm(1)BIG-IP TMSH Manualsys daemon-log-settings tmm(1)



NAME
       tmm - Changes the log-level of or displays information about the
       Traffic Management Microkernel (tmm).

MODULE
       sys daemon-log-settings

SYNTAX
       Configure the tmm component within the sys daemon-log-settings module
       using the syntax in the following sections.

   MODIFY
	modify tmm
	  options:
	    arp-log-level [debug | error | informational | notice |
	      warning]
	    http-compression-log-level [debug | error | informational |
	      notice | warning]
	    http-log-level [debug | error | informational |
	      notice | warning]
	    ip-log-level [debug | informational | notice | warning]
	    irule-log-level [debug | error | informational |
	      notice | warning]
	    layer4-log-level [debug | informational | notice]
	    net-log-level [critical | debug | error | informational |
	      notice | warning]
	    os-log-level [alert | critical | debug | emergency |
	      error | informational | notice | warning]
	    pva-log-level [debug | informational | notice]
	    ssl-log-level [alert | critical | debug | emergency |
	      error | informational | notice | warning]

	edit tmm
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list tmm
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the tmm component to change the level of the messages about
       the tmm that appear in the system logs. Additionally, you can display
       information about the tmm.

EXAMPLES
       list tmm

       Displays information about the tmm.

       modify tmm http-compression-log-level critical

       Changes the level of the messages about HTTP compression that display
       in the system log to warning.

OPTIONS
       arp-log-level
	    Specifies the lowest level of ARP messages from the tmm daemon to
	    include in the system log. The default value is warning.

       http-compression-log-level
	    Specifies the lowest level of HTTP compression messages from the
	    tmm daemon to include in the system log. The default value is
	    error.

       http-log-level
	    Specifies the lowest level of HTTP messages from the  daemon to
	    include in the system log. The default value is error.

       ip-log-level
	    Specifies the lowest level of IP address messages from the tmm
	    daemon to include in the system log. The default value is warning.

       irule-log-level
	    Specifies the lowest level of iRule messages from the tmm daemon
	    to include in the system log. The default value is warning.

       layer4-log-level
	    Specifies the lowest level of Layer 4 messages from the tmm daemon
	    to include in the system log. The default value is notice.

       net-log-level
	    Specifies the lowest level of network messages from the tmm daemon
	    to include in the system log. The default value is warning.

       os-log-level
	    Specifies the lowest level of operating system messages from the
	    tmm daemon to include in the system log. The default value is
	    notice.

       pva-log-level
	    Specifies the lowest level of PVA messages from the tmm daemon to
	    include in the system log. The default value is informational.

       ssl-log-level
	    Specifies the lowest level of SSL messages from the tmm daemon to
	    include in the system log. The default value is warning.

SEE ALSO
       edit, list, modify, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2010. All rights reserved.



BIG-IP				  2010-03-31	sys daemon-log-settings tmm(1)