diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-09-30 14:45:06 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-09-30 14:45:06 -0400 |
commit | f29a3d45f31a59b7e28fdb9113c18cee208277e1 (patch) | |
tree | 852d3a1d4e20d07db6a2cf28e1cd607befd5c0da | |
parent | Merge pull request #8998 (diff) | |
parent | storages: change error log category to serialization (diff) | |
download | monero-f29a3d45f31a59b7e28fdb9113c18cee208277e1.tar.xz |
Merge pull request #9000
9636375 storages: change error log category to serialization (selsta)
-rw-r--r-- | contrib/epee/include/storages/portable_storage_from_bin.h | 3 | ||||
-rw-r--r-- | contrib/epee/include/storages/portable_storage_from_json.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/epee/include/storages/portable_storage_from_bin.h b/contrib/epee/include/storages/portable_storage_from_bin.h index d8a8a4a49..b0af022f5 100644 --- a/contrib/epee/include/storages/portable_storage_from_bin.h +++ b/contrib/epee/include/storages/portable_storage_from_bin.h @@ -33,6 +33,9 @@ #include "portable_storage_base.h" #include "portable_storage_bin_utils.h" +#undef MONERO_DEFAULT_LOG_CATEGORY +#define MONERO_DEFAULT_LOG_CATEGORY "serialization" + #ifdef EPEE_PORTABLE_STORAGE_RECURSION_LIMIT #define EPEE_PORTABLE_STORAGE_RECURSION_LIMIT_INTERNAL EPEE_PORTABLE_STORAGE_RECURSION_LIMIT #else diff --git a/contrib/epee/include/storages/portable_storage_from_json.h b/contrib/epee/include/storages/portable_storage_from_json.h index 95507328d..60acfccb8 100644 --- a/contrib/epee/include/storages/portable_storage_from_json.h +++ b/contrib/epee/include/storages/portable_storage_from_json.h @@ -31,6 +31,9 @@ #include "parserse_base_utils.h" #include "file_io_utils.h" +#undef MONERO_DEFAULT_LOG_CATEGORY +#define MONERO_DEFAULT_LOG_CATEGORY "serialization" + #define EPEE_JSON_RECURSION_LIMIT_INTERNAL 100 namespace epee |