# Is there a way to hide warnings produced by a specific module/dependency? Specific

**URL:** https://discourse.julialang.org/t/is-there-a-way-to-hide-warnings-produced-by-a-specific-module-dependency-specific/56486
**Category:** General Usage
**Created:** [March 4, 2021, 5:27pm UTC](https://discourse.julialang.org/t/is-there-a-way-to-hide-warnings-produced-by-a-specific-module-dependency-specific/56486 "2021-03-04T17:27:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![BridgeBot](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bridgebot/32/21491_2.png) [@BridgeBot](https://discourse.julialang.org/u/BridgeBot)
#### Post date: [March 4, 2021, 5:27pm UTC](https://discourse.julialang.org/t/is-there-a-way-to-hide-warnings-produced-by-a-specific-module-dependency-specific/56486/1 "2021-03-04T17:27:06Z")

</div>

Is there a way to hide warnings produced by a specific module/dependency? Specifically I’m using `AdvancedHMC` and produces a warning every time a sample is rejected.

Note that the original poster on Slack cannot see your response here on Discourse. Consider _transcribing the appropriate answer back to Slack_, or pinging the poster here on Discourse so they can _follow this thread_.  
[(Original message :slack:)](https://julialang.slack.com/archives/C6A044SQH/p1614878800338600?thread_ts=1614878800.338600&cid=C6A044SQH) [(More Info)](https://github.com/JuliaCommunity/SlackBridge)

---

<div class="post-metadata">

### Author: ![oxinabox](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oxinabox/32/206603_2.png) [@oxinabox](https://discourse.julialang.org/u/oxinabox)
#### Post date: [March 4, 2021, 5:45pm UTC](https://discourse.julialang.org/t/is-there-a-way-to-hide-warnings-produced-by-a-specific-module-dependency-specific/56486/2 "2021-03-04T17:45:18Z")

</div>

Yes, LoggingExtras.jl does this

> **[GitHub - JuliaLogging/LoggingExtras.jl: Composable Loggers for the Julia...](https://github.com/JuliaLogging/LoggingExtras.jl#filterout-any-messages-from-http)**
>
> Composable Loggers for the Julia Logging StdLib. Contribute to JuliaLogging/LoggingExtras.jl development by creating an account on GitHub.
