json-logger-app

A json logger application I use to test kubernetes logging setup.

Configuration

setting ENV INTERVAL as a number with set how many milliseconds to wait between each log. setting ENV LOG_LEVEl as a string with set the log level. one of ['debug', 'info', 'warn', 'error', 'fatal'] setting ENV PRETTY=true enables pretty printing.