mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2 lines
100 B
Bash
Executable file
2 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
tail -F /var/log/sharelatex/*.log | grep '"level":50' >> /var/log/sharelatex-errors.log
|