File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
section of the web.config configuration file or the iisnode.yml file. Review web.config or iisnode.yml below for detailed description
17
17
of them.</ p >
18
18
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
20
20
first visit the endpoint)< br />
21
21
debug the hello.js endpoint at < a href ="hello.js/debug " target ="_blank "> hello.js/debug</ a >
22
22
(requires WebKit enabled browser)< br />
Original file line number Diff line number Diff line change 18
18
< li > output from console.log (or any stdout or stderr output) from a node.js application
19
19
is captured, stored in a file on disk, and available through HTTP</ li >
20
20
< 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 >
23
22
< li > Check the < a href ="../configuration/readme.htm "> configuration sample</ a > to customize
24
23
the logging behavior.</ li > </ ol >
25
24
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
27
26
first visit the endpoint)< br />
28
27
debug node.js endpoint at < a href ="hello.js/debug " target ="_blank "> hello.js/debug</ a > (requires WebKit enabled browser)< br />
29
28
< p >
You can’t perform that action at this time.
0 commit comments