stacc-dasso / woocommerce-extension

A Woocommerce extension that will communicate with STACC's API
0 stars 0 forks source link

Implementing logger #112

Closed komasing closed 5 years ago

komasing commented 5 years ago

Is there logger provided by the system? If not, there is need to create a logger to track problems in the extension. Related to that is also the problem, how the logs can be transferred to STACC. Another thing is how the log file is handled. It should be deleted after the logs have been successfully transferred. Transferring of logs needs to happen in chunks because sending multiple logs at the same time can cause problems with the database.

komasing commented 5 years ago

Endpoint is there. Let's integrate it.

komasing commented 5 years ago

Wait. We have it. We will use Airflow to call the endpoint.