# HG changeset patch # User Oleksandr Gavenko # Date 1608462045 -7200 # Node ID 2bf9b2739ecbf4ac10c4a00b369180936a1c03f3 # Parent 90f4743fbcaec235b695a11d8e1e3d1e5159ec2b To log over the default 100 lines. diff -r 90f4743fbcae -r 2bf9b2739ecb heroku.rst --- a/heroku.rst Fri Dec 18 18:40:21 2020 +0200 +++ b/heroku.rst Sun Dec 20 13:00:45 2020 +0200 @@ -11,6 +11,10 @@ https://devcenter.heroku.com/articles/logging Logging. +To log over the default 100 lines:: + + heroku logs --app $NAME -n 2000 + Custom DNS ==========