mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
DATE=`date +%Y%m%d-%H%M%S-%3N`
|
|
docker/server-log 2>&1 | tee log/server-$DATE.log
|