Apigee Edge - Outbound proxy setting - http.properties - Log File to debug incase of error ?

I have an issue with the outbound proxy setting. I update the http.properties file with the right proxy host/port, but I’m still getting a ServiceUnavialble errorcode.

In which log file can I find more hint?

(15.07.05 OPDK)

~~ Q : Source : Slack ~~

Solved Solved
0 5 481
1 ACCEPTED SOLUTION

Not applicable

Hi there!

You can update system.properties in opdk 4.15.07.05:

1. vi /opt/apigee4/conf/apigee/message-processor/system.properties

2. change log.level=INFO to log.level=DEBUG and save the system.properties

3. Restart the message-processor (/opt/apigee4/etc/init.d/apigee-message-processor restart)

Thanks,

Archnedra

View solution in original post

5 REPLIES 5

Not applicable

Hi there!

You can update system.properties in opdk 4.15.07.05:

1. vi /opt/apigee4/conf/apigee/message-processor/system.properties

2. change log.level=INFO to log.level=DEBUG and save the system.properties

3. Restart the message-processor (/opt/apigee4/etc/init.d/apigee-message-processor restart)

Thanks,

Archnedra

Thanks @archendra , It's helpful.

how can we do async call to HTTPS backend using JavaScript.?

@archendra @Anil Sagar Is there any way to change the log level dynamically (Eg., with a Mgmt API call)?

Hi @Terry David

Yes, there is a way to start and stop debug logging in the Router and MessageProcessor. Please check this.