remove error log handling
This commit is contained in:
parent
30ac6161de
commit
505d2300fa
@ -4,12 +4,6 @@
|
||||
crond -f &
|
||||
crond_pid=$!
|
||||
|
||||
if [ -f "$DEBUG_LOG" ]
|
||||
then
|
||||
echo "Following debug.txt"
|
||||
tail -f $DEBUG_LOG | grep 'ERROR\[Main\]' >> $ERROR_LOG_OUTPUT &
|
||||
fi
|
||||
|
||||
while `true`
|
||||
do
|
||||
sleep 3600
|
||||
|
@ -8,7 +8,6 @@ state: WIP
|
||||
Manages:
|
||||
* worldmod updates (if a submodule-repo is used)
|
||||
* media generation
|
||||
* error log publish
|
||||
* logrotate
|
||||
|
||||
# Environment variables
|
||||
@ -19,7 +18,6 @@ Manages:
|
||||
* **MEDIADIR** directory for media assets (optional)
|
||||
|
||||
* **DEBUG_LOG** path to the debug log (optional)
|
||||
* **ERROR_LOG_OUTPUT** output file of the error log (optional)
|
||||
|
||||
# Usage
|
||||
|
||||
@ -32,7 +30,6 @@ docker run \
|
||||
-e WORLDMODS_BRANCH=master \
|
||||
-e MEDIADIR=/html \
|
||||
-e DEBUG_LOG=/logs/debug.log \
|
||||
-e ERROR_LOG_OUTPUT=/logs/error.log \
|
||||
buckaroobanzay/minetest_manager
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user