.
This commit is contained in:
parent
658a8abaeb
commit
decb819207
8 changed files with 51 additions and 51 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { logger } from "./logger"
|
||||
|
||||
const { error, info } = logger({
|
||||
const l = logger({ app: "teste", eProducao: true })
|
||||
|
||||
const { error, info } = l({
|
||||
inquilino: "conta_1",
|
||||
app: "teste",
|
||||
eProducao: true,
|
||||
usuario: "pedrinho",
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue