I find copious use of logging extremely useful when debugging any
server-side component. It's pretty easy to get set up with the following:
Logger logger = LogService.getLogger()

Logger is an org.apache.logging.log4j.Logger

This logs to your server log files and can fairly easily be parsed and
searched.

On Wed, Aug 14, 2019 at 12:15 PM Anilkumar Gingade <aging...@pivotal.io>
wrote:

> Are you looking to debug in test environment or production?
> Couple of options are debug/info level logging; or attaching to the
> process with IDE.
> You can deploy a test function with additional logs; after debugging,
> deploy production ready function (without logs).
>
> -Anil
>
>
> On Wed, Aug 14, 2019 at 10:15 AM aashish choudhary <
> aashish.choudha...@gmail.com> wrote:
>
>> Hi All,
>>
>> Is there any easy way to debug geode functions?
>>
>> With best regards,
>> Ashish
>>
>

-- 

*Mark Secrist | Director, **Global Education Delivery*

msecr...@pivotal.io

970.214.4567 Mobile


  *pivotal.io <http://www.pivotal.io/>*

Follow Us: Twitter <http://www.twitter.com/pivotal> | LinkedIn
<http://www.linkedin.com/company/pivotalsoftware> | Facebook
<http://www.facebook.com/pivotalsoftware> | YouTube
<http://www.youtube.com/gopivotal> | Google+
<https://plus.google.com/105320112436428794490>

Reply via email to