Created
January 11, 2016 16:38
-
-
Save EdgeCaseBerg/783ddbddf79da9c34a00 to your computer and use it in GitHub Desktop.
Get log from stdout without a log file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. look up process id, | |
| 2. cd to /proc/{id}/fd | |
| 3. tail -f 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment