Skip to content

Commit

Permalink
Fix sentinel-dashboard.log wrong path problems while user defined {cs…
Browse files Browse the repository at this point in the history
…p.sentinel.log.dir}.
  • Loading branch information
furaul committed Jul 24, 2024
1 parent 3892514 commit 0afc373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server.servlet.session.cookie.name=sentinel_dashboard_cookie

#logging settings
logging.level.org.springframework.web=INFO
logging.file.name=${user.home}/logs/csp/sentinel-dashboard.log
logging.file.name=${csp.sentinel.log.dir}/sentinel-dashboard.log
logging.pattern.file= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
#logging.pattern.console= %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n

Expand Down

0 comments on commit 0afc373

Please sign in to comment.