pvtchat/config.yaml
2023-05-30 20:03:11 +01:00

11 lines
321 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.
log:
level: 'verbose'
format:
info: 'bold blue'
warn: 'bold yellow'
error: 'bold red'
debug: 'bold green'
verbose: 'bold grey'
silly: 'bold magenta'