Description

Type integer READ/WRITE

iolog_errmax limits the number of bytes logged to the keystroke log for each line of stderr produced during the session.

Example
if (command in {"csh","ksh"}) 
{ 
   iolog_encrypt = true; 
   log_passwords = false; 
   iolog_errmax = 10000; 
   iolog_opmax = 10000; 
   iolog = mktemp("/var/adm/pm." + user + "." + command + ".XXXXXX"); 
   accept; 
}
Related Topics

iolog

iologhost

iolog_opmax

iolog_encrypt

log_passwords

Keystroke (I/O) Logging