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