By default, Command-Line Workstation will only append events to IntroscopeEnterpriseManager.log that identify when a user connects and disconnects, like this.
mm/dd/yy hh:mm:ss [INFO] [Manager.SessionBean] Command Line Work Station User "john.doe" connected successfully from host "Node=Workstation_1623, Address=localhost/127.0.0.1:52242, Type=socket"
To write additional events to IntroscopeEnterpriseManager.log, update <em home>/config/IntroscopeEnterpriseManager.properties to have the following. There is no need to restart the Enterprise Manager as this change will take effect immediately.
log4j.additivity.Manager.CLW=true
log4j.logger.Manager.CLW=DEBUG
After the change has been made, IntroscopeEnterpriseManager.log will have additional events, like this.
mm/dd/yy hh:mm:ss [INFO] [Manager.SessionBean] Command Line Work Station User "john.doe" connected successfully from host "Node=Workstation_1623, Address=localhost/127.0.0.1:52242, Type=socket"
mm/dd/yy hh:mm:ss [DEBUG] [Manager.CLW] Execute command: help