Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit 788784f

Browse files
tpscrptfaustbrian
authored andcommitted
refactor: show available log levels during the config process (#79)
1 parent 3a873f7 commit 788784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/core/configure/log-level.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ core_configure_log_level ()
66

77
. "$envFile"
88

9-
read -p "Enter the log level, or press ENTER for the default [$ARK_LOG_LEVEL]: " inputLevel
9+
read -p "Enter the log level (debug, info, warning, error), or press ENTER for the default [$ARK_LOG_LEVEL]: " inputLevel
1010

1111
if [[ ! -z "$inputLevel" ]]; then
1212
sed -i -e "s/ARK_LOG_LEVEL=$ARK_LOG_LEVEL/ARK_LOG_LEVEL=$inputLevel/g" "$envFile"

0 commit comments

Comments
 (0)