Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log options currently supported by dokku #8

Merged

Conversation

joiggama
Copy link
Contributor

$ dokku help logs
Usage:
dokku logs [-n num] [-p ps] [-q quiet [-t tail]

Options:
  -num, --num, [-n=N]              # Limit to <n> number of lines
  -ps, --ps, [-p=P]                # Filter by <p> process
  -quiet, --quiet, [-q], [--no-q]  # Remove docker prefixes from output
  -tail, --tail, [-t], [--no-t]    # Follow output
          [--remote=REMOTE]

Display logs for the app

Supported options from: dokku/dokku#1612

    $ dokku help logs
    Usage:
      dokku logs [-n num] [-p ps] [-q quiet [-t tail]

    Options:
      -num, --num, [-n=N]              # Limit to <n> number of lines
      -ps, --ps, [-p=P]                # Filter by <p> process
      -quiet, --quiet, [-q], [--no-q]  # Remove docker prefixes from output
      -tail, --tail, [-t], [--no-t]    # Follow output
              [--remote=REMOTE]

    Display logs for the app

Supported options from: dokku/dokku#1612
SebastianSzturo added a commit that referenced this pull request Dec 29, 2015
Add log options currently supported by dokku
@SebastianSzturo SebastianSzturo merged commit a18ec4d into SebastianSzturo:master Dec 29, 2015
@SebastianSzturo
Copy link
Owner

Thanks for the contribution!

@joiggama
Copy link
Contributor Author

I'm glad it helped 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants