- tech/web/app/Bootstrap/ConfigureLogging.php#67
Если APP_ENV не prerelease или production, то в сентри ничего не пишем:
if (!in_array(env('APP_ENV'), ['production', 'prerelease'], true)) { return; }
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
0xcdEdb5eBDbbA54Ee15124666881188DD5bc24aac |
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
2017/06/07 00:01:56 [INFO] Terraform version: 0.9.6 85e0979c6af6a15345c9131e4478ba712bb3c21d | |
2017/06/07 00:01:56 [INFO] Go runtime version: go1.8 | |
2017/06/07 00:01:56 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"} | |
2017/06/07 00:01:56 [DEBUG] Detected home directory from env var: /Users/snick | |
2017/06/07 00:01:56 [DEBUG] Detected home directory from env var: /Users/snick | |
2017/06/07 00:01:56 [DEBUG] Attempting to open CLI config file: /Users/snick/.terraformrc | |
2017/06/07 00:01:56 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2017/06/07 00:01:56 [INFO] CLI command args: []string{"apply"} | |
2017/06/07 00:01:56 [DEBUG] Detected home directory from env var: /Users/snick | |
2017/06/07 00:01:56 [DEBUG] command: loading backend config file: /Users/snick/Work/my/tf/snick.ru |
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
$ terraform apply | |
digitalocean_droplet.yyy: Refreshing state... (ID: xxx) | |
digitalocean_droplet.xxx: Refreshing state... (ID: xxx) | |
digitalocean_domain.xxx: Refreshing state... (ID: cavaagency.com) | |
digitalocean_record.xxx_mx1: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_txt1: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_ns2: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx7: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_m: Refreshing state... (ID: xxx) | |
digitalocean_record.xxx_mx2: Refreshing state... (ID: xxx) |