Lev

Results 5 comments of Lev

based on this: https://github.com/googleapis/python-storage/issues/253#issuecomment-687068266 I created the following workaround: ``` from storages.backends.gcloud import GoogleCloudStorage from storages.utils import setting from google.cloud.storage import Client import requests class GoogleCloudStorageCustom(GoogleCloudStorage): def __init__(self, **settings): super().__init__(**settings)...

While trying to recreate the error, I was able to fix my problem. But I will describe the way to recreate the problem, because I think there is a real...

you can configure logback with a config file like this on [logback.xml](https://github.com/JFrogDev/artifactory-client-java/blob/master/services/misc/logback.xml) If you want to disable programmatically, you can use this sample code (it's in scala, but java will...

is there any update on this issue?

you don't need to cast to `internal.Logging`, just to make sure that your logger is implementing that interface. the logger from `zap.NewStdLog(log)` implements the following method: ``` func Printf(format string,...