pvtchat/config.yaml
2023-05-30 19:58:22 +01:00

9 lines
282 B
YAML

# This config is public. Use .env for private and secure values.
# See https://www.npmjs.com/package/winston for custom console log formatting.
logger:
info: 'bold blue'
warn: 'bold yellow'
error: 'bold red'
debug: 'bold green'
verbose: 'bold grey'
silly: 'bold magenta'