opsgenie / opsgenie-lamp

OpsGenie Lamp with Go SDK
Apache License 2.0
34 stars 18 forks source link

Adding Default Limit Value to Download Logs #42

Closed prakhar-mudaiya closed 3 years ago

prakhar-mudaiya commented 3 years ago

Earlier since we were not sending Limit to go-sdk it was automatically sending it to 0. Hence no logs were getting downloaded. Hence we have added default limit of 1000 (same as rest api)