Add deploy note to readme; change log level to debug

Original commit: elastic/x-pack-elasticsearch@05f1f520fc
This commit is contained in:
Areek Zillur 2015-01-28 18:22:22 -05:00
parent c21cc3494e
commit 092bdbe0c9
2 changed files with 5 additions and 2 deletions

View File

@ -16,10 +16,13 @@ Contains a collection of tools to generate key-pairs, licenses and validate lice
See `licensor/`
see [wiki] (https://github.com/elasticsearch/elasticsearch-license/wiki) for documentation on
**Licensing Tools Usage & Reference**
[Licensing Tools Usage & Reference] (https://github.com/elasticsearch/elasticsearch-license/wiki/License-Tools-Usage-&-Reference)
## Plugin
**NOTE**: The license plugin has to be packaged with the right public key when being deployed to public repositories in maven
or uploaded to s3. Use `-Dkeys.path=<PATH_TO_KEY_DIR>` with maven command to package the plugin with a specified key.
See `plugin/`
see [Getting Started] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/getting-started.asciidoc) to install license plugin.

View File

@ -1,4 +1,4 @@
es.logger.level=INFO
es.logger.level=DEBUG
log4j.rootLogger=${es.logger.level}, out
log4j.logger.org.apache.http=INFO, out