diff --git a/.gitignore b/.gitignore index 1bb4d26..b137d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ build composer.lock phpunit.xml vendor -humbuglog.txt -humbug.json \ No newline at end of file +humbug.json diff --git a/humbug.json.dist b/humbug.json.dist index 4197f79..efe52e8 100644 --- a/humbug.json.dist +++ b/humbug.json.dist @@ -9,6 +9,6 @@ }, "timeout": 10, "logs": { - "text": "humbuglog.txt" + "text": "build/humbuglog.txt" } } \ No newline at end of file