fixed logging
This commit is contained in:
parent
d0e8fd9e3f
commit
7c2e055dd4
8 changed files with 19 additions and 45 deletions
|
|
@ -12,7 +12,6 @@ loadEnvVariables();
|
|||
const app = new Hono();
|
||||
const logger = createLogger('data-service');
|
||||
const PORT = parseInt(process.env.DATA_SERVICE_PORT || '3002');
|
||||
logger.info(`Data Service starting on port ${PORT}`);
|
||||
// Health check endpoint
|
||||
app.get('/health', (c) => {
|
||||
return c.json({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue