sys logΒΆ

sys log(1)					  BIG-IP TMSH Manual					   sys log(1)

NAME
       log - Displays various system log files.

MODULE
       sys

SYNTAX
       Configure the log component within the sys module using the syntax in the following sections.

   DISPLAY
	show log
	show log [audit | daemon | gtm | kernel | ltm | mail | messages |
	  security | tmm | user | webui]
	  options:
	    lines [integer]
	    range [date range]

DESCRIPTION
       You can use the log component to display various logs.

EXAMPLES
       show log

       Displays a list of logs that you can view.

       show log gtm

       Displays the Global Traffic Manager log.

       show log gtm lines 100 range 2/19/2006:15:04:00--epoch

       Displays no more than 100 lines of the Global Traffic Manager log that were logged before the 19th of February
       2006 at 3:04 pm.

OPTIONS
       audit
	    Displays a log of configuration changes.

       daemon
	    Displays the Unix daemon logs.

       gtm  Displays the Global Traffic Manager logs.

       kernel
	    Displays Linux Kernel messages.

       lines
	    Specifies how many lines of the log that you want the system to display at one time.

       ltm  Displays Local Traffic Manager logs.

       mail Displays mail daemon logs.

       messages
	    Displays application messages.

       range
	    Specifies the date range of the log information that you want the system to display.

       security
	    Displays security-related messages.

       tmm  Displays Traffic Manager Micro-kernel logs.

       user Displays various user process logs.

       webui
	    Displays Configuration utility logs.

SEE ALSO
       show, 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 2008-2010, 2012-2013. All rights reserved.

BIG-IP						      2013-04-12					   sys log(1)