From 402d15934a8514aabc953ea22c5b5d7083de76d6 Mon Sep 17 00:00:00 2001 From: gprasant Date: Wed, 23 Jul 2014 20:31:09 -0700 Subject: [PATCH] \tmp -> /tmp --- core_manual_java.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Logging from a Verticle


  • fatal
  • 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.

    Accessing environment variables from a Verticle


    You can access the map of environment variables from a Verticle with the env() method on the container object.