.
This commit is contained in:
parent
92ffd22f79
commit
658a8abaeb
8 changed files with 96 additions and 100 deletions
9
dist/teste.js
vendored
9
dist/teste.js
vendored
|
|
@ -1,5 +1,12 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const logger_1 = require("./logger");
|
||||
logger_1.logger.error("Esse é um erro", { app: "teste", eProducao: true });
|
||||
const { error, info } = (0, logger_1.logger)({
|
||||
inquilino: "conta_1",
|
||||
app: "teste",
|
||||
eProducao: true,
|
||||
usuario: "pedrinho",
|
||||
});
|
||||
error("Deu Ruim");
|
||||
info("Deu Bom", { __filename });
|
||||
//# sourceMappingURL=teste.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue