diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-07-17 12:43:35 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-07-17 12:43:35 +0200 |
| commit | 83997e1125a9f0232cb53f97323e0fa83418ee9d (patch) | |
| tree | 7b33d1458511267bd688607e89bc64b10d602ca5 /docs | |
| parent | 555a1184e4f94e57509bdd33807cc930fe61c7bd (diff) | |
| download | box64-83997e1125a9f0232cb53f97323e0fa83418ee9d.tar.gz box64-83997e1125a9f0232cb53f97323e0fa83418ee9d.zip | |
Added '+' in FILE_TRACE_NAME to append trace
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index f15338e5..66e89a65 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -31,6 +31,7 @@ Enables/Disables the logging of `dlsym` errors. #### BOX64_TRACE_FILE Send all log and trace to a file instead of `stdout` Also, if name contains `%pid` then this is replaced by the actual PID of box64 instance +End the filename with `+` to have thetrace appended instead of overwriten Use `stderr` to use this instead of default `stdout` #### BOX64_TRACE |