Skip to content

Commit 0a6ee91

Browse files
committed
fix: restore cadt process name in Linux top
Set the process title explicitly so Linux process monitors show the CADT service name instead of the runtime's default main-thread label.
1 parent f9fbe55 commit 0a6ee91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { logger } from './config/logger.js';
1111
import dotenv from 'dotenv';
1212

1313
dotenv.config({ quiet: true });
14+
process.title = 'cadt';
1415
logger.info('CADT:server');
1516

1617
const port = getConfig().APP.CW_PORT || 3030;

0 commit comments

Comments
 (0)