I installed the java SDK from here:
https://github.com/AuthorizeNet/sdk-java
and I want to know where I should look to find the log file that it creates?
Anyone know the path or directory where this SDK places its log file?
03-05-2015 07:49 AM
Hi timc,
The Java SDK makes use of the apache commons logging functionality. The way that this is output is dependent upon your IDE and project configuration. We do not define the location for the log file in the SDK itself.
Thanks,
Joy
03-06-2015 02:11 PM
My IDE is a basic text editor, which doesn't have any configuration settings. Does that mean there's no log file?
03-07-2015 02:25 PM