Skip to content

Commit

Permalink
In which our hero adds a random ident to the logger configuration to …
Browse files Browse the repository at this point in the history
…address issues with multiple logger containers

Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Apr 23, 2019
1 parent 52b06e0 commit ada30a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/hpfeeds-cif.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Next, add the following hpfeeds-cif.sysconfig configuration file:
```bash
HPFEEDS_HOST='hpfeeds'
HPFEEDS_PORT=10000
IDENT=hpfeeds-cif-${RANDOM}

MONGODB_HOST='mongodb'
MONGODB_PORT=27017
Expand Down
2 changes: 1 addition & 1 deletion docs/hpfeeds-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FORMATTER_NAME=splunk
# variables. Additionally, change the HPFEEDS_* variables to point to the
# remote service.

# IDENT=
IDENT=hpfeeds-logger-${RANDOM}
# SECRET=
# CHANNELS=

Expand Down

0 comments on commit ada30a1

Please sign in to comment.