Skip to content

Commit

Permalink
perf(sample-app): enable graceful shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Oct 20, 2020
1 parent c00c86a commit 58f423c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
media-streaming:
video-directory-on-file-system: 'C:\\Users\\Johnny\\Videos\\Mine'
video-directory-on-file-system: '/Users/johnny/Movies/Mine'

# Configure logging level of Media Streaming
logging:
level:
com.jmframework.boot.mediastreamingspringbootautoconfigure: DEBUG

server:
shutdown: graceful

0 comments on commit 58f423c

Please sign in to comment.