Hey guys, how do I stop log files from being creat...
# pact-python
u
Hey guys, how do I stop log files from being created during verification tests? I would have assumed not having any logging arguments passed in would not create it by default
m
Why is it a problem?
u
It's not that useful. All It's doing is saying it ran the pact
most of my problems were my own application code so it didn't help me in debugging anything
m
That's what most logs do. They are only helpful when there is a problem
u
Definitely, I think the biggest challenge I had was not anything to do with pact itself, but making it work with my current django setup. And when I think about it more, of course, that pact log is specifically for just any pact issues, not whatever framework I’m working in no problem, thanks
👍 1
m
Yes, it’s one of the hardest things to do our “our” side - tell you what is wrong with the setup around Pact.
Thanks for the feedback