You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to debug the groovy script in SFP

edited Feb 16, 2023 2:28PM in Student Financial Aid 1 comment

Summary:

I have the below groovy code :

if (previousPell.isEligible())

      {

        log.debug("PREVIOUS PELL IS ELIGIBLE");

  

I want to know where can i see these log messages? Is there any log file generated in some path or we can see these log/debug messages in UI?

Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):


        log.debug("PREVIOUS PELL IS ELIGIBLE");

        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!