mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharelatex-errors.log
|