mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
Logging (#131)
* ci: pull version from package.json on build * fix: implicit any type * feat: inital support for logger * style: fix lint * feat: move more logging over to pino * fix: logging around company importing
This commit is contained in:
@ -4,7 +4,7 @@ export function parseTaskLog(logStr: string): typeof TaskLog.infer {
|
||||
const log = JSON.parse(logStr);
|
||||
|
||||
return {
|
||||
message: log.message,
|
||||
timestamp: log.timestamp,
|
||||
message: log.msg,
|
||||
timestamp: log.time,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user