Skip to content

Commit

Permalink
delmon: housekeeing
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdiga committed Apr 28, 2023
1 parent ef5c392 commit f78d3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/delivery-monitoring/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { si } from '../../shared/string-utils';
import { processData } from './line-processing';

async function main() {
const { logInfo, logWarning, logError } = makeCustomLoggers({ module: 'postfix-log-watching' });
const { logInfo, logWarning, logError } = makeCustomLoggers({ module: 'delivery-monitoring' });
const env = requireEnv<AppEnv>(['DATA_DIR_ROOT']);

if (isErr(env)) {
Expand Down

0 comments on commit f78d3ac

Please sign in to comment.