summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgie <george@fivetran.com>2016-05-22 15:52:13 -0700
committerGeorgie <george@fivetran.com>2016-05-22 15:52:13 -0700
commitcff920d484b7cae942cc1282c529313f5e3ece90 (patch)
tree95b20f8b382eb7e25de2d1eb4c4f2202c2df7fd9 /README.md
parent377346a4d59115bd38a293b5fd8b7dfaca1741e3 (diff)
downloadjava-language-server-cff920d484b7cae942cc1282c529313f5e3ece90.zip
Docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc42edc..c9710b8 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Ignore `classpath.txt`, since it will be different on every host
classpath.txt
...
-## Structure
+## Directory structure
### Java service process
@@ -144,6 +144,11 @@ If you have multiple javaconfig.json files in different subdirectories of your p
the parent directory of each javaconfig.json will be treated as a separate java root.
A separate java service process will be started for each javaconfig.json.
+## Logs
+
+The java service process will output a log file with a name like 'javac-services.0.log'
+in your project directory.
+
## Contributing
If you have npm and maven installed,