Fix tle command
Change-Id: I7cdbc231655f5a26c8d00e8de1fcc8fdf7eeee62
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -65,7 +65,7 @@ function filterLocalLog { | ... | @@ -65,7 +65,7 @@ function filterLocalLog { |
| 65 | tl | grep --colour=always -E -e "${1-org.onlab|org.onosproject}" | 65 | tl | grep --colour=always -E -e "${1-org.onlab|org.onosproject}" |
| 66 | } | 66 | } |
| 67 | alias tlo='filterLocalLog' | 67 | alias tlo='filterLocalLog' |
| 68 | -alias tle='olo "ERROR|WARN|Exception|Error"' | 68 | +alias tle='tlo "ERROR|WARN|Exception|Error"' |
| 69 | 69 | ||
| 70 | function filterLog { | 70 | function filterLog { |
| 71 | ol | grep --colour=always -E -e "${1-org.onlab|org.onosproject}" | 71 | ol | grep --colour=always -E -e "${1-org.onlab|org.onosproject}" | ... | ... |
-
Please register or login to post a comment