X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=server%2Fhelpers%2Flogger.ts;h=2676133db30df6c258e016990df50205a4cdbce2;hb=57a49263e48739c31cd339730ac4cb24e3d5d723;hp=8d809d16d62f4efa9c3b3a489a10c48c3e99177f;hpb=8d468a16fd33ec2660c3c59b3f7def53eb0cc4a1;p=oweals%2Fpeertube.git diff --git a/server/helpers/logger.ts b/server/helpers/logger.ts index 8d809d16d..2676133db 100644 --- a/server/helpers/logger.ts +++ b/server/helpers/logger.ts @@ -2,7 +2,7 @@ import * as mkdirp from 'mkdirp' import * as path from 'path' import * as winston from 'winston' -import { CONFIG } from '../initializers/constants' +import { CONFIG } from '../initializers' const label = CONFIG.WEBSERVER.HOSTNAME + ':' + CONFIG.WEBSERVER.PORT