author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 04 Jan 2021 10:48:34 +0200 | |
changeset 2497 | 8407a34a1b5d |
parent 2478 | 2bf9b2739ecb |
permissions | -rw-r--r-- |
2477 | 1 |
|
2 |
======== |
|
3 |
Heroku |
|
4 |
======== |
|
5 |
||
6 |
Docs |
|
7 |
==== |
|
8 |
||
9 |
https://devcenter.heroku.com/articles/http-routing |
|
10 |
HTTP Routing. |
|
11 |
https://devcenter.heroku.com/articles/logging |
|
12 |
Logging. |
|
13 |
||
2478
2bf9b2739ecb
To log over the default 100 lines.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
2477
diff
changeset
|
14 |
To log over the default 100 lines:: |
2bf9b2739ecb
To log over the default 100 lines.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
2477
diff
changeset
|
15 |
|
2bf9b2739ecb
To log over the default 100 lines.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
2477
diff
changeset
|
16 |
heroku logs --app $NAME -n 2000 |
2bf9b2739ecb
To log over the default 100 lines.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
2477
diff
changeset
|
17 |
|
2477 | 18 |
Custom DNS |
19 |
========== |
|
20 |
||
21 |
https://help.heroku.com/VKRNVVF5/what-is-the-correct-dns-cname-target-for-my-custom-domains |
|
22 |
What is the correct DNS CNAME target for my Custom Domains? |
|
23 |