A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
416 B

  1. logging.level.org.hibernate.stat=INFO
  2. logging.level.org.springframework.web=INFO
  3. logging.level.web=INFO
  4. logging.level.org.hibernate.SQL=INFO
  5. logging.level.org.hibernate.type.descriptor.sql.BasicBinder=INFO
  6. spring.http.log-request-details=false
  7. logging.level.org.springframework.cache = INFO
  8. chat-bundle=bundle.min.js
  9. admin-bundle=adminBundle.min.js
  10. chat-worker-bundle=chatWorker.min.js
  11. chatto.frontend.log-level=INFO