File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
448
448
< li > fatal</ li >
449
449
</ ul >
450
450
< p > Which have the normal meanings you would expect.</ p >
451
- < p > The log files by default go in a file called < code > vertx.log</ code > in the system temp directory. On my Linux box this is < code > \ tmp</ code > .</ p >
451
+ < p > The log files by default go in a file called < code > vertx.log</ code > in the system temp directory. On my Linux box this is < code > / tmp</ code > .</ p >
452
452
< p > For more information on configuring logging, please see the < a href ="manual.html#logging "> main manual</ a > .</ p >
453
453
< h2 id ="accessing-environment-variables-from-a-verticle "> Accessing environment variables from a Verticle</ h2 > < br />
454
454
< p > You can access the map of environment variables from a Verticle with the < code > env()</ code > method on the < code > container</ code > object.</ p >
You can’t perform that action at this time.
0 commit comments