|
|
|
|
|
Logs
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>
Trademarks :
|