Skip to content

Commit

Permalink
Better configuration of console logging (CO-2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Dec 14, 2020
1 parent 29343ac commit 31a8ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-base/comanage_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# None
##########################################
function comanage_utils::configure_console_logging() {
sed -i -e 's/'"'"'engine'"'"' => '"'"'FileLog'"'"'/'"'"'engine'"'"' => '"'"'ConsoleLog'"'"'/' "$COMANAGE_REGISTRY_DIR/app/Config/bootstrap.php"
sed -i -e '/FileLog/ s/FileLog/ConsoleLog/' "$COMANAGE_REGISTRY_DIR/app/Config/bootstrap.php"
}

##########################################
Expand Down

0 comments on commit 31a8ec9

Please sign in to comment.