From cf0c77c3b87a1b241b11bfabb6cc16077a79476b Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Tue, 5 Apr 2011 16:58:40 -0500 Subject: [PATCH] Log files --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c06c731..216eacf 100644 --- a/README.md +++ b/README.md @@ -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