Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geode Core overrides the Log format #23

Closed
ranishwetha opened this issue Feb 21, 2019 · 1 comment
Closed

Geode Core overrides the Log format #23

ranishwetha opened this issue Feb 21, 2019 · 1 comment
Assignees
Labels

Comments

@ranishwetha
Copy link

ranishwetha commented Feb 21, 2019

Hi,

http://gemfire.docs.pivotal.io/96/geode/managing/logging/configuring_log4j2.html As per this article geode jar is overriding the custom logger jar. We have our micro-service deployed in the Pivotal Cloud Foundry, and we are not sure if how we can set -Dlog4j.configurationFile=file-path

We tried below configuration in the boostrap-cloud.yml of our micro-service and it didn't help:

logging:
config: file-path

Much Thanks!

@ranishwetha
Copy link
Author

Figured:
By adding the following-

env:
JAVA_OPTS: -Dlog4j.configurationFile=file-path

@jxblum jxblum self-assigned this Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants