VMware {code} Community
pwyzorski-wyzgu
Enthusiast
Enthusiast

Proper debugout method for Plug-in apps

Is it possible to get Plug-in debugout to appear in Orchestrator logs and what is the proper method if yes? I am following the method described in the SolarSystem sample, but no Plug-in application specific debugout can be found not evern for the SolarSystem sample.

regards,

~Patrick

Don't forget if the answers help, award points

Don't forget if the answers help, award points
0 Kudos
3 Replies
pwyzorski-wyzgu
Enthusiast
Enthusiast

Setting the log level (log.setLevel(Level.ALL);) in each class object fixed this. The SolarSystem code doesn't appear to be doing this.

Don't forget if the answers help, award points

~P

Don't forget if the answers help, award points
0 Kudos
admin
Immortal
Immortal

Moved post to the appropriate forum. Please post questions on plug-in and web service APIs in the vCO API forum.

Thanks,

Sia

0 Kudos
admin
Immortal
Immortal

You can edit the log4j.xml file (in app-server/server/vmo/conf). You can add a Category (look at the end of the file) for your (Java) package name.

0 Kudos