Skip to content

Commit

Permalink
Fix the build badge in the Readme (#1059)
Browse files Browse the repository at this point in the history
* update build-tag link

* fix broken log-level link
  • Loading branch information
niyatim23 authored Sep 12, 2023
1 parent 8e59b31 commit de4299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4 align="center"> Amazon Kinesis Video Streams | Secure Video Ingestion for Analysis &amp; Storage </h4>

<p align="center">
<a href="https://travis-ci.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp"> <img src="https://travis-ci.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.svg?branch=master" alt="Build Status"> </a>
<a href="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/actions/workflows/ci.yml"> <img src="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/actions/workflows/ci.yml/badge.svg"> </a>
<a href="https://codecov.io/gh/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp"> <img src="https://codecov.io/gh/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/branch/master/graph/badge.svg" alt="Coverage Status"> </a>
</p>

Expand Down Expand Up @@ -70,7 +70,7 @@ Set up the desired log level. The log levels currently available with `log4cplus
5. `ERROR`
6. `FATAL`

To set a log level, update the log level value [here](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/samples/kvs_log_configuration#L1)
To set a log level, update the log level value [here](https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/blob/master/kvs_log_configuration#L1)

Note: The default log level is `DEBUG`

Expand Down

0 comments on commit de4299f

Please sign in to comment.