From 39b26887807b4a116399581b1f4dce1af701cec3 Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:24:25 +0100 Subject: [PATCH] fix: remove `CustomDefaultLogger.cpp`-entry from docs (#1735) As stated in issue [Issue#1734](https://github.com/acts-project/acts/issues/1734), the CI fails at the full-docs-build, after we removed the CustomDefaultLogger. Since the logging will be revised, this part is now removed from the docs and should be updated in the future. This PR is also a followup to [PR#1724](https://github.com/acts-project/acts/pull/1724) to some extent. --- docs/core/logging.md | 9 --------- 1 file changed, 9 deletions(-) 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