diff --git a/core_manual_java.html b/core_manual_java.html index 8ca20c3..dbc4e7e 100644 --- a/core_manual_java.html +++ b/core_manual_java.html @@ -448,7 +448,7 @@
Which have the normal meanings you would expect.
-The log files by default go in a file called vertx.log
in the system temp directory. On my Linux box this is \tmp
.
The log files by default go in a file called vertx.log
in the system temp directory. On my Linux box this is /tmp
.
For more information on configuring logging, please see the main manual.
You can access the map of environment variables from a Verticle with the env()
method on the container
object.