summaryrefslogtreecommitdiff
path: root/redfish-core/lib/log_services.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-31Remove the last instances of json patternEd Tanous1-10/+8
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-137/+274
2024-05-02Fix regression in CrashDumpGunnar Mills1-1/+1
2024-05-01Bring consistency to config optionsEd Tanous1-86/+92
2024-04-19Add missing headersEd Tanous1-0/+2
2024-04-11Fix post code parsingEd Tanous1-18/+24
2024-04-11Add nullptr checkEd Tanous1-1/+5
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2024-04-07Remove redundant static modifierEd Tanous1-14/+11
2024-04-07Fix undefined behavior in getUniqueEntryIDEd Tanous1-33/+30
2024-04-03log_services: Move to setProperty dbus util methodAsmitha Karunanithi1-12/+4
2024-04-01Enable readability checkEd Tanous1-3/+11
2024-01-22Make use of filebody for dump offloadAbhilash Raju1-41/+40
2024-01-19Remove some boost includesEd Tanous1-30/+20
2023-12-12Use MonotonicTimeStamp for bmc log idMyung Bae1-17/+61
2023-11-14Fix Dump and EventLog URIRavi Teja1-2/+2
2023-10-31Move to file_body in boostEd Tanous1-12/+11
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-47/+47
2023-10-20LogService: Retrieve dump generated by ManagerCarson Labrado1-108/+206
2023-09-25Adjust #LogService schema version to same for all routesJanet Adkins1-4/+4
2023-08-24Fix empty response when do the clearLogTony Lee1-0/+1
2023-08-21Use rangesEd Tanous1-12/+11
2023-08-14Reduce some Error log severitiesCarson Labrado1-5/+5
2023-07-20Replace logging with std::formatEd Tanous1-94/+92
2023-06-30Fix a bug for zero arg EventLog entriesEd Tanous1-0/+2
2023-06-28Rename all error_code instances to ecEd Tanous1-4/+4
2023-06-28Refactor setProperty methodGeorge Liu1-7/+5
2023-06-21Add an option flag for multi-computersystemEd Tanous1-6/+184
2023-06-20Use fillMessageArgs in log servicesEd Tanous1-48/+23
2023-06-20Refactor getManagedObjects methodGeorge Liu1-13/+14
2023-06-09Fix Error log entries to WarningMyung Bae1-2/+3
2023-06-09Consistently name AsyncResp variablesEd Tanous1-29/+29
2023-06-08Remove urlEncodeEd Tanous1-2/+6
2023-05-20Redfish validator error fixV-Sanjana1-1/+1
2023-05-16Boost::urls::formatEd Tanous1-23/+22
2023-05-12fix more push vs emplace callsPatrick Williams1-13/+13
2023-05-12log-services: fix clang-tidy warningsPatrick Williams1-19/+13
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-21/+21
2023-04-19log_services: Fix isContentTypeAllowed checksMatt Spinler1-2/+2
2023-03-22LogService: Fix potential null pointer dereferenceCarson Labrado1-6/+9
2023-03-11Make url by value in RequestEd Tanous1-1/+1
2023-03-09Move logging level to WARNING for 404Gunnar Mills1-2/+2
2023-03-08Add originator id & type for user trigerred dumpsAsmitha Karunanithi1-3/+89
2023-02-28Move getMessage and getMessageFromRegistry to cpp and add testSui Chen1-45/+0
2023-02-24Take boost error_code by referenceEd Tanous1-25/+26
2023-02-24Pass string views by valueEd Tanous1-6/+5
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-19/+23
2023-02-17Don't decrease journal messages time precisionKonstantin Aladyshev1-2/+1
2023-02-17Don't decrease POST codes time precisionKonstantin Aladyshev1-2/+1
2023-02-17Implement alternative to on boost::splitEd Tanous1-4/+3