allow logger daemon process to be killed with the main thread, thus allowing us to continue logging during shutdown

This commit is contained in:
Jason Hunter
2021-05-05 21:20:44 -04:00
committed by Blake Blackshear
parent 3a171d19e3
commit 482399d82f
3 changed files with 7 additions and 13 deletions

View File

@@ -1,10 +1,8 @@
{
"name": "Frigate Dev",
"context": "..",
"dockerComposeFile": "../docker-compose.yml",
"service": "dev",
"workspaceFolder": "/opt/frigate",
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python",
"visualstudioexptteam.vscodeintellicode",