Fixing 'tlo' alias after rename.
Change-Id: I9cf378ea408c6e4e2d3abaaf1e517909ceb4ea30
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -54,7 +54,7 @@ alias pub='onos-push-update-bundle' | ... | @@ -54,7 +54,7 @@ alias pub='onos-push-update-bundle' |
54 | 54 | ||
55 | # Short-hand for tailing the ONOS (karaf) log | 55 | # Short-hand for tailing the ONOS (karaf) log |
56 | alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' | 56 | alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log' |
57 | -alias tlo='tl | grep --colour=always org.onlab' | 57 | +alias tlo='tl | grep --colour=always -E -e "org.onlab|org.onosproject"' |
58 | alias ll='less $KARAF_LOG' | 58 | alias ll='less $KARAF_LOG' |
59 | 59 | ||
60 | # Pretty-print JSON output | 60 | # Pretty-print JSON output | ... | ... |
-
Please register or login to post a comment