Commit b580e9c9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADMIN] save logs

parent fec349e6
~/.local/bin/gargantext-server --ini gargantext.ini --run Dev +RTS # -p
#!/bin/bash
FOLDER="logs"
FILE=$(date +%Y%m%d%H%M.log)
LOGFILE=$FOLDER"/"$FILE
~/.local/bin/gargantext-server --ini gargantext.ini --run Dev +RTS > $LOGFILE & tail -F $LOGFILE # -p
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