Revision 02d597a0 astakosclient/astakosclient/utils.py

b/astakosclient/astakosclient/utils.py
53 53
                    # In case of Unauthorized response
54 54
                    # or Not Found return immediately
55 55
                    raise err
56
                self.logger.info("AstakosClient request failed..retrying")
56
                self.logger.warning("AstakosClient request failed..retrying")
57 57
                attemps += 1
58 58
    return decorator
59 59

  

Also available in: Unified diff