[GH-ISSUE #1753] [Scripting] Is there a way to remove standard onRequest/onResponse logging? #1746

Closed
opened 2026-03-03 19:54:00 +03:00 by kerem · 3 comments
Owner

Originally created by @Mexator on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1753

Originally assigned to: @NghiaTranUIT on GitHub.

Question

Each time my script executes callbacks I see this in log:

----------------------------------
12:01:51.092: [onRequest] with Request ID=10883
Run onRequest() func as normal (sync) mode

I don't want to see this unless i am debugging my script. How can I remove it?

Background

I need to keep track of what my app sends in analytics (event name and parameters).
Currently I do it with console.log(). Analytics events are batched so I do not care to which request an event belongs to.

Originally created by @Mexator on GitHub (Aug 24, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1753 Originally assigned to: @NghiaTranUIT on GitHub. ## Question Each time my script executes callbacks I see this in log: ``` ---------------------------------- 12:01:51.092: [onRequest] with Request ID=10883 Run onRequest() func as normal (sync) mode ``` I don't want to see this unless i am debugging my script. How can I remove it? ## Background I need to keep track of what my app sends in analytics (event name and parameters). Currently I do it with console.log(). Analytics events are batched so I do not care to which request an event belongs to.
kerem 2026-03-03 19:54:00 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 24, 2023):

Sure @Mexator I will add an option to hide these app logs 👍 Will send the Beta build this week 👍

<!-- gh-comment-id:1691407151 --> @NghiaTranUIT commented on GitHub (Aug 24, 2023): Sure @Mexator I will add an option to hide these app logs 👍 Will send the Beta build this week 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Aug 25, 2023):

@Mexator you can try this beta build: https://download.proxyman.io/beta/Proxyman_4.9.1_Hide_proxyman_scripts_logs.dmg

You can enable this option in the More Button 👍

Screenshot 2023-08-25 at 15 46 56

<!-- gh-comment-id:1693007127 --> @NghiaTranUIT commented on GitHub (Aug 25, 2023): @Mexator you can try this beta build: https://download.proxyman.io/beta/Proxyman_4.9.1_Hide_proxyman_scripts_logs.dmg You can enable this option in the More Button 👍 ![Screenshot 2023-08-25 at 15 46 56](https://github.com/ProxymanApp/Proxyman/assets/5878421/918d4b1a-41df-4c5e-ab1e-2358e651dfbc)
Author
Owner

@Mexator commented on GitHub (Aug 25, 2023):

Works like a charm! Thank you!

<!-- gh-comment-id:1693311231 --> @Mexator commented on GitHub (Aug 25, 2023): Works like a charm! Thank you!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1746
No description provided.