seninel部署
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.

application.properties 414B

12345678910
  1. #spring settings
  2. spring.http.encoding.force=true
  3. spring.http.encoding.charset=UTF-8
  4. spring.http.encoding.enabled=true
  5. #logging settings
  6. logging.level.org.springframework.web=INFO
  7. logging.file=${user.home}/logs/csp/sentinel-dashboard.log
  8. logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
  9. #logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n