Skip to content

Commit

Permalink
Update logger to v1.0.10
Browse files Browse the repository at this point in the history
Logger includes verbose output with local time information.
  • Loading branch information
testillano committed Apr 25, 2022
1 parent 4e0e3c6 commit 03101b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /code/build

ARG make_procs=4
ARG build_type=Release
ARG ert_logger_ver=v1.0.9
ARG ert_logger_ver=v1.0.10
ARG jupp0r_prometheuscpp_ver=v0.13.0
ARG civetweb_civetweb_ver=v1.14
ARG ert_metrics_ver=v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image_tag__dflt=latest
base_tag__dflt=latest
make_procs__dflt=$(grep processor /proc/cpuinfo -c)
build_type__dflt=Release
ert_logger_ver__dflt=v1.0.9
ert_logger_ver__dflt=v1.0.10
jupp0r_prometheuscpp_ver__dflt=v0.13.0
# 3rd party used by prometheus:
civetweb_civetweb_ver__dflt=v1.14
Expand Down

0 comments on commit 03101b9

Please sign in to comment.