cle_clock
Home > wikikonf >  wls/actions/by kikonf > logs







Logs

print

Action : wls.logs   (Category : wls, Name : logs, By : kikonf)
Complete Name : wls.logs.by.kikonf
Version : 4.0        License : Modified BSD License

Purpose of the wls category :
Easy to customize. This category use in background the wlst command in jython mode, to drive WebLogic Server ® configuration.
You can use it to manage the whole WebLogic ® architecture.

Purpose of this logs plugin : Tune logs parameters

The following shows a sample Action File to use with the Action : wls.logs
This sample file can be run with this command : kikact  wls.logs

Toggle lines
<logs type='action'>
    <scope server='server1'/>

    <server
        file_path='/my/log/file.log' 
        rot_type='bySize'
        rot_on_startup='true'
        min_size='10000'
        do_limit_files='true'
        max_files='10'
        rot_dir='/my/rot/dir'
    />
    
    <webserver
        enable_log='false'
        file_path='/my/weblog/file.log' 
        rot_type='byTime'
        rot_on_startup='false'
        min_size='7000'
        do_limit_files='true'
        max_files='20'
        rot_dir='/my/web/rot/dir'
    />
</logs>
							
(Source: <KIKONF_INSTALLATION_DIR>/plugins/actions/wls/logs/by/kikonf/wls.logs.by.kikonf.xml)


  • Line 1 to 3 say something , say something , say something
  • Line 10 to 17 say something , say something , say something , say something , say something
  • Line 20 to 25 say something



Trademarks :
  • "oracle", "Weblogic", "Weblogic Server", "Java" and "JVM" are a registred trademarks of Oracle and/or its affiliates.
  • Other names may be trademarks of their respective owners.

Copyright © 2011 - Patrick Placidoux, Hélène Malamoud