# Suppressing Stack Trace and Parts

**URL:** https://discourse.julialang.org/t/suppressing-stack-trace-and-parts/13851
**Category:** General Usage
**Created:** [August 21, 2018, 8:05pm UTC](https://discourse.julialang.org/t/suppressing-stack-trace-and-parts/13851 "2018-08-21T20:05:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![iwelch](https://avatars.discourse-cdn.com/v4/letter/i/8c91f0/32.png) [@iwelch](https://discourse.julialang.org/u/iwelch)
#### Post date: [August 21, 2018, 8:05pm UTC](https://discourse.julialang.org/t/suppressing-stack-trace-and-parts/13851/1 "2018-08-21T20:05:48Z")

</div>

- I have some error messages (@asserts), where I do not need/want the stack trace to be printed out.

- I would like to see stacktrace lines related only to my own function, not the ones that are triggered later by the innards of julia.

is this possible?
