Damian Skrzypczak

Results 4 comments of Damian Skrzypczak

This is print of conn.response: ``` [{'dn': u'some_specific_attr=xxx1,ou=xxx2,ou=xxx,o=xxx3', 'attributes': {'dn': []}, 'raw_attributes': {'dn': []}, 'type': 'searchResEntry'}] ``` I hope this is enough, I had to obfuscate pretty much.

I solved problem by changing line **498** from file **view.html** `url: '/upload'` into `url: '{{prefix}}/upload',` and changing class attribute **prefix** now I have full control (for "/" no change )...

Hi, temporary solution is to downgrade path version by using: `pip install path.py==7.7.1` Issue comes from changes done so far in path library

I checked and problem lays in different behavior for certain levels (severityError, severityCritical, severityAlert) (https://github.com/TV4/logrus-stackdriver-formatter/blob/master/formatter.go#L150) Those threat `error` field specially. For any other logging level, any `error-typed` value is just...