Dave Barnes created GEODE-4297:
----------------------------------
Summary: User Guide: Clarify logging from developer's perspective
Key: GEODE-4297
URL: https://issues.apache.org/jira/browse/GEODE-4297
Project: Geode
Issue Type: Improvement
Components: docs
Reporter: Dave Barnes
[Request from Mark Secrist]
I find the documentation doesn’t go far enough to cover how to do logging -
particularly on the server side from a developer perspective.
I figured out how to set up logging by jumping through GemFire code and found
something like the following
```Logger logger = LogService.getLogger() ```
This is the recommended way, but it's not covered in the docs. Also - the
logging doesn’t tend to have the level of detail I like (ex class & method). I
realize this has to do with how the overall appender is configured. I’m curious
if we have recommended ways of overriding this in certain situations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)