Skip to content

Instantly share code, notes, and snippets.

@5t33
Created July 3, 2020 22:39
Show Gist options
  • Save 5t33/f6be9037c1799761cf2d2b4a857efd6d to your computer and use it in GitHub Desktop.
Save 5t33/f6be9037c1799761cf2d2b4a857efd6d to your computer and use it in GitHub Desktop.
const pino = require("pino");
module.exports = (level) => {
return pino({
level,
name: process.env.FUNC_NAME,
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment