Pankaj Sharma
Pankaj Sharma
Custom log level not working with structlog. Reference - https://stackoverflow.com/q/54505487/6233947
I tried above mentioned steps also structlog.stdlib.TRACE = TRACE = 5 structlog.stdlib._NAME_TO_LEVEL['trace'] = TRACE logging.addLevelName(TRACE, "TRACE") But it is still not working for me with latest version
Did anyone able to make it working? I am also facing same issue.
Hello @bbdtsof , Thanks for reply. In my case authentication is never enabled even after adding auth config, its working without any credentials for notary cli commands and docker push...
@bbdtsof, I am getting below outputs with curl `curl https://auth.service.com:5001 --cacert auth.pem ` -> auth.service.com `curl https://auth.service.com:5001/auth --cacert auth.pem` -> Auth failed. Token also generating after passing username: password
@bbdtsof , I think auth service is working as expected. Any idea why notary is not going to auth service or any specific config file I should check here?