Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonatan-ivanov/sleuth-gh-1729
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1729
https://github.com/jonatan-ivanov/sleuth-gh-1729
Last synced: 9 days ago
JSON representation
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1729
- Host: GitHub
- URL: https://github.com/jonatan-ivanov/sleuth-gh-1729
- Owner: jonatan-ivanov
- Created: 2020-12-23T19:39:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T20:10:45.000Z (about 4 years ago)
- Last Synced: 2025-01-06T14:56:37.211Z (12 days ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo App for spring-cloud-sleuth/issues/1729
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1729
This is what happens if you throw an exception out of a `@Scheduled` method:
```
2020-12-23 11:33:46.185 INFO [demo-app,81f7d1d3b5ec9714,81f7d1d3b5ec9714] 34522 --- [ scheduling-1] c.e.s.SleuthGh1729Application : hey!
2020-12-23 11:35:48.237 ERROR [demo-app,,] 34522 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task
```As you can see, the `ERROR` event does not have tracing information although it should.