Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labs/logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ What you log will depend on your application, but you should ensure you log to d

You'll have control over your own application logs, and you'll also use third-party components which produce their own logs.

The Apache web server produces appliction logs and access logs, recording every page visit, with request and response details.
The Apache web server produces application logs and access logs, recording every page visit, with request and response details.

Run Apache in a Docker container and show the logs:

Expand Down Expand Up @@ -253,4 +253,4 @@ Cleanup by removing all containers:

```
docker rm -f $(docker ps -aq)
```
```