Github user haoch commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/436#discussion_r79298934
--- Diff: eagle-server-assembly/src/main/conf/server.yml ---
@@ -13,13 +13,25 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# Dropwizard Configuration:
+# http://www.dropwizard.io/0.7.1/docs/manual/configuration.html
+
server:
applicationConnectors:
- type: http
port: 9090
adminConnectors:
- type: http
port: 9091
+ requestLog:
--- End diff --
Add eagle server request log config
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---