sys log-config destination local-syslogΒΆ

sys log-config destination local-syslog(1)	  BIG-IP TMSH Manual	   sys log-config destination local-syslog(1)

NAME
       local-syslog - Configures the Local Syslog destination.

MODULE
       sys log-config destination

SYNTAX
       Modify the Local Syslog component within the sys log-config destination module using the syntax shown in the
       following sections.

   MODIFY
	 modify local-syslog [name]
	 options:
	  all
	  default-facility [ local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7 ]
	  default-severity [ alert | crit | debug | emerg | err | info | notice | warn ]
	  description [string]

   DISPLAY
	list local-syslog
	list local-syslog [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

       Note: There is only one Local Syslog destination, local-syslog. This destination cannot be created or deleted.

DESCRIPTION
       You can use this destination component to modify the Local Syslog destination for the common logging
       interface.There is only one Local Syslog destination which cannot deleted.

EXAMPLES
       list local-syslog local-syslog

       Displays properties of the Local Syslog destination.

OPTIONS
       all  Specifies that you want to modify all of the existing components of the specified type.

       default-facility
	    Specifies the facility given to log messages received that do not already have one. The default value is
	    local0. The options are local0, local1, local2, local3, local4, local5, local6, and local7.

       default-severity
	    Specifies the severity given to log messages received that do not already have one. The default value is
	    info. The options are debug, info, notice, warn, err, crit, alert, and emerg.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression
	    syntax.

       name Specifies a unique name for the component. This option is required for the modify command.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at
	    sign (@[regular expression]) to indicate that the identifier is a regular expression. See help regex for
	    a description of regular expression syntax.

SEE ALSO
       glob, list, modify, regex, 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, 2012-2013. All rights reserved.

BIG-IP						      2013-04-12	   sys log-config destination local-syslog(1)