David Pursehouse
David Pursehouse
CC @sschuberth @rpaquay
@fire the upstream changes that I mentioned in this issue have all been merged, but I can't say for sure whether or not Windows is now 100% supported. @rpaquay do...
Maybe make both parameters optional, and then raise an exception if both are set, or if neither is set?
@dbanty it turns out that this could be solved by explicitly setting `parser_classes = [JSONParser]` in the Django view, which prevents the schema generated by `drf-spectacular` from including the multiple...
+1 I need the `cwd` parameter and I need to be able to install from a released version rather than from git.
@kennethreitz any plans to merge some of the pending pull requests and make a new release?
I'm also having a hard time figuring out how to configure flogger properly. I've migrated a huge codebase from slf4j to flogger, and for some reason when running tests none...
It's using log4j as far as I know. This is also reproducible on the Gerrit project. See [this issue](https://bugs.chromium.org/p/gerrit/issues/detail?id=12673). Gerrit sets up the log like this, using Apache log4j's log...
I've just posted an update on that issue with some more findings. It looks like the settings that are done by the `configureLogging` method are not effective for flogger.
The issue with Gerrit has been fixed by @davido As I suspected, it was something missing in the configuration of the logger.