change the name of the php general log

This commit is contained in:
Teresa Noviello
2021-11-03 09:20:50 +00:00
parent 5fa1c41698
commit ec5babff6e

View File

@@ -48,7 +48,7 @@ class UserBehavior(HttpUser):
print('on start. php_fieldnames:{}', format(self.php_fieldnames))
self.my_csv_writer = CSVWriter("logs/php_services_calls.csv", self.php_fieldnames)
self.phplog = open("logs/phplog.txt", "a")
self.phplog = open("logs/php.log", "a")
@task
def login(self):