Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
741 stars 54 forks source link

log: Use the same format when we're in INFO / DEBUG mode #857

Closed Jongy closed 7 months ago

Jongy commented 8 months ago

It's nicer when gprofiler: is always included, and generally it's nicer to have the same format for file / stdout.

Jongy commented 8 months ago
------
 > [node-package-builder-musl 6/6] RUN ./build_node_package.sh:
10.37 gyp ERR! stack at require (internal/modules/cjs/helpers.js:107:18)
10.37 gyp ERR! stack at Object.acc.<computed> [as install] (/usr/local/lib/node_modules/node-gyp/lib/node-gyp.js:80:32)
10.37 gyp ERR! stack at getNodeDir (/usr/local/lib/node_modules/node-gyp/lib/configure.js:53:26)
10.37 gyp ERR! stack at configure (/usr/local/lib/node_modules/node-gyp/lib/configure.js:24:10)
10.37 gyp ERR! System Linux 6.2.0-1015-azure
10.37 gyp ERR! command "/usr/bin/node" "/usr/local/bin/node-gyp" "configure" "--target=10.10.0" "--build_v8_with_gn=false"
10.37 gyp ERR! cwd /tmp/module
10.37 gyp ERR! node -v v14.21.3
10.37 gyp ERR! node-gyp -v v10.0.1
10.37 gyp ERR! not ok 
------
executable.Dockerfile:112
--------------------
 110 |     RUN ./node_builder_musl_env.sh
 111 |     COPY scripts/build_node_package.sh .
 112 | >>> RUN ./build_node_package.sh
 113 |     
 114 |     # building bcc along with helpers
--------------------

bleh, will fix in a different PR

Jongy commented 7 months ago

Merged https://github.com/Granulate/gprofiler/pull/858 so the build will pass and the tests run.