Fixing 'tlo' alias after rename.

Change-Id: I9cf378ea408c6e4e2d3abaaf1e517909ceb4ea30
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index a10b7f9..dbd65c4 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -54,7 +54,7 @@
 
 # Short-hand for tailing the ONOS (karaf) log 
 alias tl='$ONOS_ROOT/tools/dev/bin/onos-local-log'
-alias tlo='tl | grep --colour=always org.onlab'
+alias tlo='tl | grep --colour=always -E -e "org.onlab|org.onosproject"'
 alias ll='less $KARAF_LOG'
 
 # Pretty-print JSON output