Skip to content
Snippets Groups Projects
Commit 61c1fea3 authored by buczekp's avatar buczekp
Browse files

[LMS-2313] scripts for viewing openbis jetty logs

SVN: 21685
parent d43b384f
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Shows openBIS jetty log
less ~openbis/sprint/openBIS-server/jetty/logs/jetty.out
#!/bin/bash
# Shows openBIS jetty log with tail -f
tail -f ~openbis/sprint/openBIS-server/jetty/logs/jetty.out
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment