Skip to content
Snippets Groups Projects
Commit 838f1b2b authored by Simon McVittie's avatar Simon McVittie
Browse files

If we are writing to a log file, ask pressure-vessel to log at info level

parent 272383c3
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ if [ -n "$log_to_file" ]; then ...@@ -188,6 +188,7 @@ if [ -n "$log_to_file" ]; then
exec >> "${log_dir}/${log_filename}" 2>&1 exec >> "${log_dir}/${log_filename}" 2>&1
export PRESSURE_VESSEL_LOG_INFO=1
export PRESSURE_VESSEL_LOG_WITH_TIMESTAMP=1 export PRESSURE_VESSEL_LOG_WITH_TIMESTAMP=1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment