Skip to content

Commit

Permalink
Log files
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Apr 5, 2011
1 parent 975c0cf commit cf0c77c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -164,6 +164,16 @@ serving.)

### Viewing log files

Pow stores log files in the `~/Library/Logs/Pow` directory so they can
be viewed easily with OS X's Console application. Each incoming
request URL is logged, along with its hostname HTTP method, in the
`access.log` file. Additionally, the stdout and stderr streams for
each worker process are captured and logged to the `apps` directory,
in a file matching the name of the application.

**Note**: Rails logger output does not appear in Pow's logs. You'll
want to `tail -f log/development.log` to see those.

## Contributing

## License
Expand Down

0 comments on commit cf0c77c

Please sign in to comment.