initial pypo commit

This commit is contained in:
ohrstrom 2010-11-05 15:54:15 +01:00
parent e53804f1ed
commit d6eb1412b7
38 changed files with 4575 additions and 0 deletions

18
3rd_party/pypo/scripts/log_run.sh vendored Executable file
View file

@ -0,0 +1,18 @@
#!/bin/sh
DATE=$(date '+%Y-%m-%d')
CI_LOG=/var/log/obp/ci/log-$DATE.php
clear
echo
echo "##############################"
echo "# STARTING PYPO MULTI-LOG #"
echo "##############################"
sleep 1
clear
# split
multitail -s 2 -cS pyml /var/log/obp/pypo/debug.log \
-cS pyml /var/log/obp/pypo/error.log \
-l "tail -f -n 50 $CI_LOG | grep API" \
/var/log/obp/ls/ls_script.log