We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74bae commit 436f064Copy full SHA for 436f064
pino-transport-github-actions.js
@@ -14,7 +14,7 @@ const LEVEL_TO_ACTIONS_CORE_LOG_METHOD = {
14
};
15
16
export const transport = through.obj(function (chunk, enc, cb) {
17
- const { level, hostname, pid, msg, time, ...meta } = JSON.parse(chunk);
+ const { level, hostname, pid, msg, time, name, ...meta } = JSON.parse(chunk);
18
const levelLabel = pino.levels.labels[level] || level;
19
const logMethodName = LEVEL_TO_ACTIONS_CORE_LOG_METHOD[levelLabel];
20
0 commit comments