OpenShiftDemos / openshift-tasks

Sample JBoss EAP (WildFly) App for OpenShift
47 stars 423 forks source link

Added logging #2

Closed gshipley closed 8 years ago

gshipley commented 8 years ago

Added three endpoints for logging and verified they show correctly in the pod log on demo23 env.

To call use one of the following:

http://url/demo/log/$TYPE/$NUMBER

For example: http://url/demo/log/warning/1 To log a WARN message 1 time. Replace

Available types are: warning, info, error