1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00
sap-jenkins-library/pkg/log
ffeldmann d9e30418bc
feat: pipeline reporting, adds logging information to fatal hook and splunk hook (#3308)
* Removes unecessary fields from telemetry, restructuring splunk pkg

* Removes t.skip() and reactivates integration test

* Adjusts tests for fatalHook and helper functions, including log test

* Moves pipelinetelemetry to inner source, removes pipelineTelemetry from telemetry pkg, using generic map[string]interface for splunk

* Removes Read JSON from fatalHook -> moves to inner source

* Removed log output test

* go fmt

* log step telemetry data send to splunk

* Adjusts error logging

* Adds log information in case api information could not be retrieved

Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
2021-11-26 16:11:44 +01:00
..
collectorHook_test.go feat(splunk) Sending telemetry and logging information to Splunk (#2796) 2021-05-17 12:14:04 +02:00
collectorHook.go feat(splunk) Sending telemetry and logging information to Splunk (#2796) 2021-05-17 12:14:04 +02:00
errors_test.go Add possibility to add category to failures (#1692) 2020-06-22 08:21:38 +02:00
errors.go Add error category parsing to cmd execution (#1703) 2020-06-24 10:04:05 +02:00
fatalHook_test.go Add error category parsing to cmd execution (#1703) 2020-06-24 10:04:05 +02:00
fatalHook.go feat: pipeline reporting, adds logging information to fatal hook and splunk hook (#3308) 2021-11-26 16:11:44 +01:00
log_test.go mask secret also when they are url encoded (#2289) 2020-11-02 10:08:34 +01:00
log.go chore(deprecation): change format of deprecation notice from config command (#2822) 2021-05-10 19:18:16 +02:00
sentryHook_test.go removed error level from sentry hook (#1528) 2020-05-12 22:11:52 +02:00
sentryHook.go Fix reading of hook configuration (#1854) 2020-07-28 17:19:33 +02:00
writer_test.go Fix logrus buffer issue (#1511) 2020-05-06 13:35:40 +02:00
writer.go Fix logrus buffer issue (#1511) 2020-05-06 13:35:40 +02:00