UNPKG

@linkedmink/node-route53-dynamic-dns

Version:

Background process that updates AWS Route 53 DNS address records whenever the public IP of the hosting environment changes

16 lines (14 loc) 243 B
/** * @see winston.config.NpmConfigSetLevels */ export enum LogLevel { error = 0, warn, info, http, verbose, debug, silly, } export const DEFAULT_LOGGER_LABEL = "app"; export const DEFAULT_LOG_LEVEL = LogLevel[LogLevel.info];