Skip to content

Commit

Permalink
chore: logs do cron para STDERR e STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed May 30, 2024
1 parent 8a7d57f commit 4c75ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/cron.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* * * * * /usr/bin/php /opt/sei/scripts/AgendamentoTarefaSEI.php 2>&1 >> /var/log/sei/agendamento_sei.log
* * * * * /usr/bin/php /opt/sip/scripts/AgendamentoTarefaSip.php 2>&1 >> /var/log/sip/agendamento_sip.log
* * * * * /usr/bin/php /opt/sei/scripts/AgendamentoTarefaSEI.php >/proc/1/fd/1 2>/proc/1/fd/2
* * * * * /usr/bin/php /opt/sip/scripts/AgendamentoTarefaSip.php >/proc/1/fd/1 2>/proc/1/fd/2

0 comments on commit 4c75ea7

Please sign in to comment.