sjsucohort6/amigo-chatbot

View on GitHub
chatbot-service/config.yml

Summary

Maintainability
Test Coverage
server:
  type: simple
  applicationContextPath: /
  connector:
    type: http
    port: 8080

logging:
  level: INFO

  # Logger-specific levels.
  loggers:
     # Sets the level for 'com.example.app' to DEBUG.
    edu.sjsu.amigo: DEBUG

  appenders:
    - type: console