We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e9b80 commit 5be8127Copy full SHA for 5be8127
shutter/scripts/run_keyper.sh
@@ -20,7 +20,7 @@ perform_chain_healthcheck() {
20
run_keyper() {
21
if [[ SHUTTER_PUSH_LOGS_ENABLED=true ]];
22
then
23
- $SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE" | rotatelogs -n 1 -e -c /logs/keyper.log 5M
+ $SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE" | rotatelogs -n 1 -e -c /tmp/keyper.log 5M
24
else
25
$SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE"
26
fi
0 commit comments