This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1aba72b  Append stacktrace for billing error
1aba72b is described below

commit 1aba72bdb00abbd0bb7d4bcaf627fdc69efca466
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Wed Jul 1 12:35:54 2020 +0300

    Append stacktrace for billing error
---
 .../java/com/epam/dlab/backendapi/service/impl/BillingServiceImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImpl.java
 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImpl.java
index 10adf4d..b0ef02f 100644
--- 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImpl.java
+++ 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/service/impl/BillingServiceImpl.java
@@ -170,7 +170,7 @@ public class BillingServiceImpl implements BillingService {
             try {
                 updateBillingData(endpointDTO, billingData);
             } catch (Exception e) {
-                log.error("Something went wrong while trying to update billing 
for {}. {}", endpointDTO.getName(), e.getMessage());
+                log.error("Something went wrong while trying to update billing 
for {}. {}", endpointDTO.getName(), e.getMessage(), e);
             }
         });
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to