From f7b60495e0d81eb02b7c5bac4880181c9296a076 Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 15 Jun 2019 19:37:45 -0500 Subject: [PATCH] docs: add example config with file logs --- docs/{example-config.yml => config-stderr.yml} | 0 docs/config-tmp.yml | 9 +++++++++ 2 files changed, 9 insertions(+) rename docs/{example-config.yml => config-stderr.yml} (100%) create mode 100644 docs/config-tmp.yml diff --git a/docs/example-config.yml b/docs/config-stderr.yml similarity index 100% rename from docs/example-config.yml rename to docs/config-stderr.yml diff --git a/docs/config-tmp.yml b/docs/config-tmp.yml new file mode 100644 index 0000000..dcbbd29 --- /dev/null +++ b/docs/config-tmp.yml @@ -0,0 +1,9 @@ +data: + logger: + level: debug + name: salty-dog + streams: + - level: warn + stream: !stream stderr + - level: debug + path: /tmp/salty-dog-debug.log