Modified onos-install to suppress INFO log entries from command line client.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -32,6 +32,10 @@ ssh $remote " | ... | @@ -32,6 +32,10 @@ ssh $remote " |
32 | 32 | ||
33 | # Remove any previous ON.Lab bits from ~/.m2 repo | 33 | # Remove any previous ON.Lab bits from ~/.m2 repo |
34 | rm -fr ~/.m2/repository/org/onlab | 34 | rm -fr ~/.m2/repository/org/onlab |
35 | + | ||
36 | + # Drop log level for the console | ||
37 | + echo "log4j.logger.org.apache.sshd = WARN" >> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg | ||
38 | + | ||
35 | " | 39 | " |
36 | 40 | ||
37 | # Configure the ONOS installation | 41 | # Configure the ONOS installation | ... | ... |
-
Please register or login to post a comment