We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450235d commit e832173Copy full SHA for e832173
2 files changed
.vscode/launch.json
server.js
@@ -51,8 +51,8 @@ app.use(require('pino-http')({logger: pino}));
51
52
app.get('/', (req, res) => {
53
// Use req.log (a `pino` instance) to log JSON:
54
- req.log.info({message: 'Hello from NodeJS Starter Application!'});
55
- res.send('Hello from NodeJS Starter Application!');
+ req.log.info({message: 'Hello from Node.js Starter Application!'});
+ res.send('Hello from Node.js Starter Application!');
56
});
57
58
app.get('*', (req, res) => {
0 commit comments