Add debug log statements to archive warning loading

This commit is contained in:
Dan Paulat 2025-04-26 09:47:50 -05:00
parent 65e3a66750
commit 8dde98d2a9
4 changed files with 29 additions and 6 deletions

View file

@ -2,6 +2,7 @@
#include <scwx/awips/text_product_file.hpp>
#include <scwx/types/iem_types.hpp>
#include <scwx/util/logger.hpp>
#include <memory>
#include <string>
@ -69,6 +70,8 @@ private:
ProcessTextProductFiles(
std::vector<std::pair<std::string, cpr::AsyncResponse>>& asyncResponses);
static const std::shared_ptr<spdlog::logger> logger_;
static const std::string kBaseUrl_;
static const std::string kListNwsTextProductsEndpoint_;
static const std::string kNwsTextProductEndpoint_;