Guest User

Untitled

a guest
Dec 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. DESCRIPTION
  2. tail
  3.  
  4. Retrieve the last N lines of a specific service log
  5.  
  6. SYNTAX
  7. tail [options] serviceName numLines
  8.  
  9. ARGUMENTS
  10. serviceName
  11. The service name who's log to tail
  12. numLines
  13. The last N lines to tail
  14.  
  15. OPTIONS
  16. -file
  17. The path of the file to save the output to
  18. --help
  19. Display this help message
  20. -hostAddress
  21. The service instance's host address
  22. --verbose
  23. Show detailed execution result including exception stack trace
  24. -instanceId
  25. The service instance number
Add Comment
Please, Sign In to add comment