Duplicate logs in forge tunnel

Hello, when I use console.log for debugging purposes in forge tunnel I get duplicates even though I only have one console.log . Is this normal behaviour?

Thanks!

Hi @AndresGomezOrtiz,
Welcome to the community :smiley:
It all depends on what your app is doing and how many extension points do you use. There might be a lot of reasons why this is happening so it is probably nothing to worry about.

Regards
Magdalena Lidia Rogulska

Hello @MagdalenaRogulska ,

Can you clarify what you mean extension points?
Currently it’s a very basic rest api call to jira and logging the description of a ticket.
I don’t think it’s a big deal but it is kinda odd :sweat_smile:

Thanks,
Andres