By: Paul Frame user 20 May 2015 at 2:10 p.m. CDT

6 Responses
Paul Frame gravatar
Any tips as to how to debug this stuff? Like.. is there a log somewhere that I should write to? and how?

By Mohib Zico staff 20 May 2015 at 2:27 p.m. CDT

Mohib Zico gravatar
Which Jython script you are trying to develop and debug?

By Michael Schwartz Account Admin 20 May 2015 at 2:34 p.m. CDT

Michael Schwartz gravatar
Where are the logs for the custom auth scripts? Is there a way to write to the logs, or can you just use print statements?

By Mohib Zico staff 20 May 2015 at 2:53 p.m. CDT

Mohib Zico gravatar
It goes to /opt/tomcat/logs/wrapper.log

By Paul Frame user 20 May 2015 at 4:16 p.m. CDT

Paul Frame gravatar
I'm writing a post-registration script. Are you saying that if I just print it goes to wrapper.log?

By Mohib Zico staff 20 May 2015 at 4:17 p.m. CDT

Mohib Zico gravatar
Yes

By Paul Frame user 20 May 2015 at 4:26 p.m. CDT

Paul Frame gravatar
Ok thank you.