Add deploy note to readme; change log level to debug
Original commit: elastic/x-pack-elasticsearch@05f1f520fc
This commit is contained in:
parent
c21cc3494e
commit
092bdbe0c9
|
@ -16,10 +16,13 @@ Contains a collection of tools to generate key-pairs, licenses and validate lice
|
||||||
See `licensor/`
|
See `licensor/`
|
||||||
|
|
||||||
see [wiki] (https://github.com/elasticsearch/elasticsearch-license/wiki) for documentation on
|
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
|
## 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 `plugin/`
|
||||||
|
|
||||||
see [Getting Started] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/getting-started.asciidoc) to install license plugin.
|
see [Getting Started] (https://github.com/elasticsearch/elasticsearch-license/blob/master/docs/getting-started.asciidoc) to install license plugin.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
es.logger.level=INFO
|
es.logger.level=DEBUG
|
||||||
log4j.rootLogger=${es.logger.level}, out
|
log4j.rootLogger=${es.logger.level}, out
|
||||||
|
|
||||||
log4j.logger.org.apache.http=INFO, out
|
log4j.logger.org.apache.http=INFO, out
|
||||||
|
|
Loading…
Reference in New Issue