- Products
- Learn
- Local User Groups
- Partners
- More
Quantum Spark Management Unleashed!
Check Point Named Leader
2025 Gartner® Magic Quadrant™ for Hybrid Mesh Firewall
HTTPS Inspection
Help us to understand your needs better
CheckMates Go:
SharePoint CVEs and More!
Hello everyone!
For troubleshooting DynamicID problems, TAC provided us with vpn debug instructions as usual. Everything is mostly clear, but there was this step:
[Expert@HostName]# export ASYNC_TRACE_LOG=1
I tried to look it up to understand what logs it exports, or what ASYNC there refers to, but searches didn't return anything.
I want to associate it with the word 'asynchronous' but can't really imagine what's being asynchronous.
All illuminations are more than welcome.
Cheers!
@the_rock @PhoneBoy Here's the answer I got from TAC. Seems pretty explanatory.
The command export ASYNC_TRACE_LOG=1 is used to enable asynchronous trace logging for DynamicID communication on a Check Point gateway. This is particularly useful for debugging issues related to DynamicID, where standard traffic captures are not effective due to HTTPS/SSL encryption.
Context and Usage
When dealing with DynamicID issues, it is often necessary to understand the communication between the gateway and an SMS provider. The export ASYNC_TRACE_LOG=1 command enables detailed trace logging for this communication, allowing administrators to capture and analyze the relevant logs.
In the context of the export ASYNC_TRACE_LOG=1 command, "asynchronous" refers to the method of logging where the trace logs are collected and written to the log files in a non-blocking manner. This means that the logging process does not interfere with the main operations of the system, allowing the system to continue functioning normally while the logs are being collected.
Key Points of Asynchronous Logging
Non-Blocking Operation:
Asynchronous logging ensures that the logging process does not block or delay the main operations of the system. This is crucial for maintaining the performance and responsiveness of the system, especially under high load conditions.
Parallel Processing:
The logging process runs in parallel with the main operations, allowing logs to be collected and written to the log files without interrupting the primary tasks of the system.
Efficiency:
Asynchronous logging is generally more efficient than synchronous logging because it minimizes the impact on system performance. The main operations do not have to wait for the logging process to complete before continuing.
Trace Logs for DynamicID:
In the specific case of the export ASYNC_TRACE_LOG=1 command, asynchronous logging is used to collect detailed trace logs for DynamicID communication. This is particularly useful for debugging issues related to DynamicID, where standard traffic captures are not effective due to HTTPS/SSL encryption.
How It Works
When you enable asynchronous trace logging with the export ASYNC_TRACE_LOG=1 command, the system starts collecting trace logs for DynamicID communication in an asynchronous manner. These logs are then written to the specified log directory without blocking the main operations of the system.
Example Usage
Enable Asynchronous Trace Logging:
export ASYNC_TRACE_LOG=1
cprestart
Log Location:
The trace logs will be generated in the following directory:
$CPDIR/log/username.#####.#####.######.#####
Disable Asynchronous Trace Logging:
export ASYNC_TRACE_LOG=0
cprestart
By using asynchronous trace logging, administrators can collect detailed logs for troubleshooting and debugging without significantly impacting the performance of the system.
I see a reference to this environment variable in an internal SK, but, unfortunately, not a lot of details about what it captures except it's relevant to capturing DynamicID-related logs.
There really seems to be nothing about it. Can it be the logs from the processes that are not directly related to VPN? Like maybe additional Nat-T or other traffic logs, or logs from 'surrounding' related processes?
Usually when you're setting an environment variable as part of a debug procedure, it's meant to impact specific userspace processes.
The only thing the internal SK says is that it is related to DynamicID specifically, revealing the communication stream between the gateway and the SMS provider.
You can see what it collects in log files here: $CPDIR/log/username.#####.#####.######.#####
Did you ask TAC about it?
Andy
I will definitely ask it next time as the ticket is already closed. TAC doesn't waste time there 🙂
K, fair enough 🙂
For what its worth, here is chatgpt answer 🙂
Andy
*********************
ASYNC_TRACE_LOG
is not a widely recognized or standardized term, but it likely refers to an asynchronous logging mechanism used for tracing events in a software system.
Asynchronous Tracing Log (General Concept)
Specific to a Framework or Library
ASYNC_TRACE_LOG
feature. For example:
ftrace
, ETW
) could use similar terminology.Google Chrome/Tracing Logs
TRACE_LOG
is used to capture debugging events, including async operations.Would you like me to check if ASYNC_TRACE_LOG
is part of a specific framework or technology you're using?
Haha I love the way you also pasted the question 🙂
I also asked Claude and it said "The "ASYNC" in the name refers to asynchronous operations - events that don't happen in a strictly sequential order but rather in parallel or at different times."
Do you think I can open a technical SR only for this question?
Does not hurt to ask 🙂
This is an answer from Copilot AI...I also learned something new, never seen this before.
Andy
********************
TheASYNC_TRACE_LOG
is a feature used in Check Point systems to enable asynchronous tracing of log messages. This feature is particularly useful for debugging and monitoring purposes, as it allows the system to log trace messages asynchronously, which can help in identifying and resolving issues without significantly impacting the performance of the system.
As there is no public documentation on this environment variable, that might be a hallucination. 🙂
haha, maybe 🙂
@the_rock @PhoneBoy Here's the answer I got from TAC. Seems pretty explanatory.
The command export ASYNC_TRACE_LOG=1 is used to enable asynchronous trace logging for DynamicID communication on a Check Point gateway. This is particularly useful for debugging issues related to DynamicID, where standard traffic captures are not effective due to HTTPS/SSL encryption.
Context and Usage
When dealing with DynamicID issues, it is often necessary to understand the communication between the gateway and an SMS provider. The export ASYNC_TRACE_LOG=1 command enables detailed trace logging for this communication, allowing administrators to capture and analyze the relevant logs.
In the context of the export ASYNC_TRACE_LOG=1 command, "asynchronous" refers to the method of logging where the trace logs are collected and written to the log files in a non-blocking manner. This means that the logging process does not interfere with the main operations of the system, allowing the system to continue functioning normally while the logs are being collected.
Key Points of Asynchronous Logging
Non-Blocking Operation:
Asynchronous logging ensures that the logging process does not block or delay the main operations of the system. This is crucial for maintaining the performance and responsiveness of the system, especially under high load conditions.
Parallel Processing:
The logging process runs in parallel with the main operations, allowing logs to be collected and written to the log files without interrupting the primary tasks of the system.
Efficiency:
Asynchronous logging is generally more efficient than synchronous logging because it minimizes the impact on system performance. The main operations do not have to wait for the logging process to complete before continuing.
Trace Logs for DynamicID:
In the specific case of the export ASYNC_TRACE_LOG=1 command, asynchronous logging is used to collect detailed trace logs for DynamicID communication. This is particularly useful for debugging issues related to DynamicID, where standard traffic captures are not effective due to HTTPS/SSL encryption.
How It Works
When you enable asynchronous trace logging with the export ASYNC_TRACE_LOG=1 command, the system starts collecting trace logs for DynamicID communication in an asynchronous manner. These logs are then written to the specified log directory without blocking the main operations of the system.
Example Usage
Enable Asynchronous Trace Logging:
export ASYNC_TRACE_LOG=1
cprestart
Log Location:
The trace logs will be generated in the following directory:
$CPDIR/log/username.#####.#####.######.#####
Disable Asynchronous Trace Logging:
export ASYNC_TRACE_LOG=0
cprestart
By using asynchronous trace logging, administrators can collect detailed logs for troubleshooting and debugging without significantly impacting the performance of the system.
Excellent!!
Leaderboard
Epsum factorial non deposit quid pro quo hic escorol.
User | Count |
---|---|
7 | |
4 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Fri 12 Sep 2025 @ 10:00 AM (CEST)
CheckMates Live Netherlands - Sessie 38: Harmony Email & CollaborationTue 16 Sep 2025 @ 02:00 PM (EDT)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - AmericasWed 17 Sep 2025 @ 04:00 PM (AEST)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - APACWed 17 Sep 2025 @ 03:00 PM (CEST)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - EMEAThu 18 Sep 2025 @ 03:00 PM (CEST)
Bridge the Unmanaged Device Gap with Enterprise Browser - EMEAFri 12 Sep 2025 @ 10:00 AM (CEST)
CheckMates Live Netherlands - Sessie 38: Harmony Email & CollaborationTue 16 Sep 2025 @ 02:00 PM (EDT)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - AmericasWed 17 Sep 2025 @ 04:00 PM (AEST)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - APACWed 17 Sep 2025 @ 03:00 PM (CEST)
Securing Applications with Check Point and AWS: A Unified WAF-as-a-Service Approach - EMEAThu 18 Sep 2025 @ 03:00 PM (CEST)
Bridge the Unmanaged Device Gap with Enterprise Browser - EMEAAbout CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY