Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
5 subscribers
Views
1888 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I have developed a custom smart service plug-in and it has deployed with no issu
avinashr
over 11 years ago
I have developed a custom smart service plug-in and it has deployed with no issues. When I run my process model with the new smart service node, it runs through in the process modeler with no problems. However, any Log.error("") messages and System.out.println messages do not appear in the application server log and the smart service does not seem to be doing anything at all. is there a way to debug this?...
OriginalPostID-105737
OriginalPostID-105737
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
Add log4j.logger.<your class name> of your plugin to <APPIAN_HOME>\\ear\\suite.ear\\resources\\appian_log4j.properties
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
avinashr
over 11 years ago
Thanks Patty - will do. Will this require a JBoss restart?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 11 years ago
1. No restart required if you added your logger to appian_log4j.properties
2. Keep in mind that all your System.out statements will be printed to the specific application server log, for example, in JBoss they will show up in <JBOSS_HOME>\\standalone\\log but not in the Appian's application-server.log. Therefore as a best practice use the LOG object.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel