The Shell log records all commands that are executed by the application user. This includes SSH, cron, or user commands when executed in context of the site. This log is specific to Cloud Classic environments. It has a predefined format and can run Python, script, binary, or PHP.
Parsing the log file
The following line is a representative example of the data written into your website's Shell log:
Each of the items in the Shell log is noted in the following table, along with its description:
Position
Field
Example
Description
0
date/time
Jan 9 20:51:28
The date and time when the command completes its execution. This is represented in the HTTP date/time format.
1
server
web-1234
The server from where the Shell command is run.
2
user
webapp
The user who runs the command.
3
pid
15605
The unique PID for the log.
4
user
webapp
The user who runs the command.
5
path
Shell logs
The Shell log records all commands that are executed by the application user. This includes SSH, cron, or user commands when executed in context of the site. This log is specific to Cloud Classic environments. It has a predefined format and can run Python, script, binary, or PHP.
Parsing the log file
The following line is a representative example of the data written into your website's Shell log: