Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


Description:Size parameter defines the maximum size of the AppServerX.log file in kilobytes. If the maximum size is reached, a new log file will be created and the previous one will be saved with an with an appropriate time stamp (log rotation).
Parameter type:Number
Default value:10000
Possible values:1..2*106, where 2*10 is 2GB.


Code Block
languagexml
themeEmacs
 <Size>10000</Size>


...