Skip to content

Commit

Permalink
tests: Set datadog.trace.log_file ini to php-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 8, 2024
1 parent b4a397a commit 10a617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/randomized/docker/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ php -v
echo "Starting PHP-FPM"
mkdir -p /var/log/php-fpm/
chmod a+w /var/log/php-fpm/
php-fpm -D
php-fpm -D -d datadog.trace.log_file=/results/dd_php_error.log
sleep 1

# Start nginx
Expand Down

0 comments on commit 10a617c

Please sign in to comment.