Commit 2450dfadb210d492d9ca86c556934b77b4ec51ec

Authored by 张志伟
1 parent 16a435c7

:memo: 日志打印方式调整

fw-hestia-server/src/main/resources/application.yml
@@ -117,6 +117,9 @@ server: @@ -117,6 +117,9 @@ server:
117 port: 8140 117 port: 8140
118 undertow: 118 undertow:
119 worker-threads: 50 119 worker-threads: 50
  120 +logbook:
  121 + format:
  122 + style: http
120 123
121 task: 124 task:
122 switch: 'on' 125 switch: 'on'
123 \ No newline at end of file 126 \ No newline at end of file