diff --git a/docs/core/logging.md b/docs/core/logging.md index 417390d21a6..9085e4ec9bc 100644 --- a/docs/core/logging.md +++ b/docs/core/logging.md @@ -125,15 +125,6 @@ the following way (tested under Unix) $ LD_PRELOAD= path/to/your/exectuable ``` -For an example have a look at [`CustomDefaultLogger.cpp`](https://github.com/acts-project/acts/blob/main/Examples/Run/Misc/CustomDefaultLogger.cpp) which you can use as -follows: - -```console -$ cd -$ source bin/setup.sh -$ LD_PRELOAD=lib/libActsCustomLogger.so bin/Examples/ActsGenericDetector -``` - ## Logging thresholds Generally, log levels in ACTS are only of informative value: even