diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-04 16:54:50 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-04 16:54:50 +0200 |
| commit | add55f3cec4e1585d18b44817d40b566c3f88fc7 (patch) | |
| tree | 285dc2ae70d773aa1eb407e258e4495d5c3d3067 /USAGE.md | |
| parent | c6f6a9ef7249c63ad839fd0642df3a34e15bcf35 (diff) | |
| download | box64-add55f3cec4e1585d18b44817d40b566c3f88fc7.tar.gz box64-add55f3cec4e1585d18b44817d40b566c3f88fc7.zip | |
Added an option to use stderr for logs
Diffstat (limited to 'USAGE.md')
| -rwxr-xr-x | USAGE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/USAGE.md b/USAGE.md index 52483d11..27afc08d 100755 --- a/USAGE.md +++ b/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 +Use `stderr` to use this instead of default `stdout` #### BOX64_TRACE Only on build with trace enabled. Trace allow the logging of all instruction executed, along with register dump |