File space administration logging format
When a file space is created, altered, or deleted the changes to the file space are logged in the event log of the application server hosting the Web Gateway. This allows an administrator to view the changes that have been made to file spaces.
Log format
FTELOG: operation - status. Requested by user_ID at host_name.
Information: information
- operation
- The operation that was requested to be performed on the file space.
The values of operation are:
- create file space
- modify file space
- delete file space
- status
- Whether the requested operation was successful. The values of
status are:
- successful
- failed, in this case a reason for the failure is also given
- user_ID
- The user name of the user that requested the file space operation.
- host_name
- The host name of the system that the user made the request from.
- information
- Information about the request. For example:
File space: fred, quota: 123456 bytes, added authorized writers: [tom dick harry], added unauthorized writers: [tarzan jane], removed unauthorized writers: [bob]
These log messages are written to the application server's
event log. These files can be found in the following directories:
- For WebSphere® Application Server version 7.0, WAS7_install_location/profiles/profile_name/logs/server_name
- For WebSphere Application Server Community Edition, WASCE_install_location/var/log