Added experimental version of pirsch for server side tracking.

This commit is contained in:
Marvin Blum
2020-06-21 16:01:42 +02:00
committed by Marvin Blum
parent a23faafc25
commit 186f1213a6
10 changed files with 106 additions and 7 deletions

4
postgres/clear_logs.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "Clearing docker logs..."
echo "" > $(docker inspect --format='{{.LogPath}}' postgres)