Add a rudimentary templating support for the 'scriptOutputFile' argument · Issue #132 · btraceio/btrace · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BTrace output file will reuse the same name on the subsequent runs, rewriting the previous data. This enhancement is about adding the support to specify a special token in the output file name (via scriptOutputFile agent argument) to insert eg. a timestamp.
Currently, the BTrace output file will reuse the same name on the subsequent runs, rewriting the previous data. This enhancement is about adding the support to specify a special token in the output file name (via scriptOutputFile agent argument) to insert eg. a timestamp.
The token would follow ANT-ish syntax - ${ts}
Usage example:
-javaagent:btrace-agent.jar=....,scriptOutputFile=my_output-${ts}.btrace,...
The text was updated successfully, but these errors were encountered: