Commit 4cf882c2 authored by delanoe's avatar delanoe

[FEAT] Logs files.

parent cf569279
#!/bin/bash
FILE=$(date +%Y%m%d-%H:%M:%S.log)
source /srv/gargantext_env/bin/activate
touch /var/log/gargantext/celery/$FILE && uwsgi gargantext.ini >> $FILE
#!/bin/bash
FILE=$(date +%Y%m%d-%H:%M:%S.log)
touch /var/log/gargantext/uwsgi/$FILE && uwsgi gargantext.ini >> $FILE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment