docs/content/en/getting-started/logs.md
# Logs
One of the most important things when we are developing a web application is to have access to logs. To view the `azkdemo` application logs type the following command:
```sh
$ azk logs -f
```
Accessing [http://azkdemo.dev.azk.io](http://azkdemo.dev.azk.io) a few times, we should get a log similar to what you see below:
![Figure 1-1](../resources/images/logs.png)