Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/jacobtolar/storm
Browse files Browse the repository at this point in the history
Fix typo: indifinitely => indefinitely

This closes apache#2857
  • Loading branch information
Robert Evans committed Oct 3, 2018
2 parents 353399a + e1815c1 commit a6f76df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Command-line-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ e.g.

./bin/storm set_log_level -l com.myapp=WARN -l com.myOtherLogger=ERROR:123 topology-name

Set the com.myapp logger's level to WARN indifinitely, and com.myOtherLogger to ERROR for 123 seconds
Set the com.myapp logger's level to WARN indefinitely, and com.myOtherLogger to ERROR for 123 seconds

./bin/storm set_log_level -r com.myOtherLogger topology-name

Expand Down

0 comments on commit a6f76df

Please sign in to comment.