How to log debug information to application logs from Appian

Hi all,

Could you please let me know if there is a way to log debug information into application logs through Appian?

Usually when an exception occurs, we take the exception path and can take a course of action? Here in this case, I wanted to write some debug comments into application logs.

I wanted to know if we can write into application logs from within our process models.

Please suggest with your inputs. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Not out of the box - you'd have to write a smart services plugin that could hook into Log4J to write statements at the correct level.

    Is there any reason that you couldn't just rely on process history (i.e. update a variable as part of an exception flow) or a database entry to track this information? Trying to think of things that avoid coding.
Reply
  • 0
    Certified Lead Developer
    Not out of the box - you'd have to write a smart services plugin that could hook into Log4J to write statements at the correct level.

    Is there any reason that you couldn't just rely on process history (i.e. update a variable as part of an exception flow) or a database entry to track this information? Trying to think of things that avoid coding.
Children
No Data