Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Reduce repetitive logging to debug level. #1516

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libaktualizr-posix/ipuptanesecondary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ data::ResultCode::Numeric IpUptaneSecondary::install(const std::string& target_n
}

Manifest IpUptaneSecondary::getManifest() const {
LOG_INFO << "Getting the manifest key of a secondary";
LOG_DEBUG << "Getting the manifest from secondary with serial " << getSerial();
Asn1Message::Ptr req(Asn1Message::Empty());

req->present(AKIpUptaneMes_PR_manifestReq);
Expand Down