newdevs:logs
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| newdevs:logs [2023/02/14 16:14] – created tlittle | newdevs:logs [2023/02/14 16:34] (current) – [Following the trail] tlittle | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Working with EG Logs ====== | ====== Working with EG Logs ====== | ||
| + | |||
| + | Logs in a standard Evergreen installation are located at ''< | ||
| + | * activity.log | ||
| + | * gateway.log | ||
| + | * osrfsys.log | ||
| + | * pg.log | ||
| + | |||
| + | With the exception of activity.log, | ||
| + | |||
| + | ===== Types of Logs ===== | ||
| + | **Activity.log**\\ | ||
| + | This is the top level of logging. It logs the calls that are made. | ||
| + | |||
| + | **Gateway.log**\\ | ||
| + | |||
| + | **Osrfsys.log**\\ | ||
| + | |||
| + | **Pg.log**\\ | ||
| + | This is the log for database calls. It will include the actual query that was made to the database. | ||
| + | |||
| + | ===== Common commands ===== | ||
| + | If you're accessing logs via Bash, there are several useful commands to help you as you navigate logs. Especially if you're working with logs in a production environment, | ||
| + | |||
| + | ''< | ||
| + | |||
| + | ''< | ||
| + | |||
| + | ''< | ||
| + | |||
| + | ===== Reading the lines ===== | ||
| + | |||
newdevs/logs.1676409271.txt.gz · Last modified: 2023/02/14 16:14 by tlittle