Skip to content

Commit b2608a7

Browse files
author
roman
committed
MAGETWO-96505: Fixed incorrect stacktrace displaying
1 parent c4e4487 commit b2608a7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.htaccess.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
############################################
3131
## default index file
32+
## Specifies option, to use methods arguments in backtrace or not
33+
SetEnv MAGE_DEBUG_SHOW_ARGS 1
3234

3335
DirectoryIndex index.php
3436

nginx.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# listen 80;
1010
# server_name mage.dev;
1111
# set $MAGE_ROOT /var/www/magento2;
12+
# set $MAGE_DEBUG_SHOW_ARGS 1
1213
# include /vagrant/magento2/nginx.conf.sample;
1314
# }
1415
#

0 commit comments

Comments
 (0)