question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add a option to disable request/response log

See original GitHub issue

In my case, I want log desensitization json instead raw json log.

so I need disable log from RequestLogFilter.

I try log-request: false, but it disable the whole log system.

I only need

GatewayContext gatewayContext = exchange.getAttribute(GatewayContext.CACHE_GATEWAY_CONTEXT);

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chenggangprocommented, May 22, 2019

@abccbaandy I just remove @CondtionOnProperties Config ,Deploy with version 1.3.2.RELEASE. Sorry for 1.3.1,My Apologize.

1reaction
chenggangprocommented, May 21, 2019

Ops,Temporary you can replace the bean GatewayContextFilter. Later today I’ll fix it.Thx for report.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot - How to log all requests and responses with ...
To enable logging in Spring Boot all you need to do is adding the library to your project's dependencies. For example assuming you...
Read more >
HTTP Logging in ASP.NET Core - Microsoft Learn
In this article. Enabling HTTP logging; HTTP Logging options. HTTP Logging is a middleware that logs information about incoming HTTP requests ...
Read more >
Spring RestTemplate Request/Response Logging - Baeldung
A quick and practical guide to RestTemplate logging.
Read more >
ASP.NET Core 6 - HttpLogging - log requests/responses
Log http requests/responses using ASP.NET Core HttpLoggingMiddleware.
Read more >
How to log request & response body to Application Insights
In this article, I am showing how to log the body of an HTTP POST or PUT request and also the response to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found