mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 06:53:05 +00:00
2 lines
99 B
Bash
Executable file
2 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharlatex-errors.log
|