Skip to content

Commit

Permalink
fix #182, fix #190: fix link to logs location in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Jul 16, 2012
1 parent df4e6e5 commit fed882b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/samples/configuration/readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>
section of the web.config configuration file or the iisnode.yml file. Review web.config or iisnode.yml below for detailed description
of them.</p>
visit the node.js endpoint at <a href="hello.js">hello.js</a><br />
visit the logs at <a href="hello.js.logs/0.txt">logs</a> (only available after you
visit the logs at <a href="iisnode">logs</a> (only available after you
first visit the endpoint)<br />
debug the hello.js endpoint at <a href="hello.js/debug" target="_blank">hello.js/debug</a>
(requires WebKit enabled browser)<br />
Expand Down
5 changes: 2 additions & 3 deletions src/samples/logging/readme.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ <h2>
<li>output from console.log (or any stdout or stderr output) from a node.js application
is captured, stored in a file on disk, and available through HTTP</li>
<li>By default, given a node.js application at http://localhost/node/logging/hello.js,
the logs are available at http://localhost/node/logging/hello.js.logs/0.txt. Logs
are updated every 5 seconds and limited to 128KB in size.</li>
the logs are available at http://localhost/node/logging/iisnode/.</li>
<li>Check the <a href="../configuration/readme.htm">configuration sample</a> to customize
the logging behavior.</li></ol>
visit the node.js endpoint at <a href="hello.js">hello.js</a><br />
visit the logs at <a href="hello.js.logs/0.txt">logs</a> (only available after you
visit the logs at <a href="iisnode">logs</a> (only available after you
first visit the endpoint)<br />
debug node.js endpoint at <a href="hello.js/debug" target="_blank">hello.js/debug</a> (requires WebKit enabled browser)<br />
<p>
Expand Down

1 comment on commit fed882b

@gcheng
Copy link

@gcheng gcheng commented on fed882b Jul 16, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.