Skip to content

Commit fed882b

Browse files
committed
fix #182, fix #190: fix link to logs location in samples
1 parent df4e6e5 commit fed882b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: src/samples/configuration/readme.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>
1616
section of the web.config configuration file or the iisnode.yml file. Review web.config or iisnode.yml below for detailed description
1717
of them.</p>
1818
visit the node.js endpoint at <a href="hello.js">hello.js</a><br />
19-
visit the logs at <a href="hello.js.logs/0.txt">logs</a> (only available after you
19+
visit the logs at <a href="iisnode">logs</a> (only available after you
2020
first visit the endpoint)<br />
2121
debug the hello.js endpoint at <a href="hello.js/debug" target="_blank">hello.js/debug</a>
2222
(requires WebKit enabled browser)<br />

Diff for: src/samples/logging/readme.htm

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ <h2>
1818
<li>output from console.log (or any stdout or stderr output) from a node.js application
1919
is captured, stored in a file on disk, and available through HTTP</li>
2020
<li>By default, given a node.js application at http://localhost/node/logging/hello.js,
21-
the logs are available at http://localhost/node/logging/hello.js.logs/0.txt. Logs
22-
are updated every 5 seconds and limited to 128KB in size.</li>
21+
the logs are available at http://localhost/node/logging/iisnode/.</li>
2322
<li>Check the <a href="../configuration/readme.htm">configuration sample</a> to customize
2423
the logging behavior.</li></ol>
2524
visit the node.js endpoint at <a href="hello.js">hello.js</a><br />
26-
visit the logs at <a href="hello.js.logs/0.txt">logs</a> (only available after you
25+
visit the logs at <a href="iisnode">logs</a> (only available after you
2726
first visit the endpoint)<br />
2827
debug node.js endpoint at <a href="hello.js/debug" target="_blank">hello.js/debug</a> (requires WebKit enabled browser)<br />
2928
<p>

0 commit comments

Comments
 (0)