mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 05:01:12 +00:00
3 lines
99 B
Text
3 lines
99 B
Text
|
#!/bin/bash
|
||
|
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharlatex-errors.log
|