Skip to content

Commit

Permalink
fix: remove CustomDefaultLogger.cpp-entry from docs (#1735)
Browse files Browse the repository at this point in the history
As stated in issue [Issue#1734](#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](#1724) to some extent.
  • Loading branch information
AJPfleger committed Dec 12, 2022
1 parent 85b4b29 commit 275ef67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/core/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,6 @@ the following way (tested under Unix)
$ LD_PRELOAD=<YOUR_SHARED_LIBRARY> 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 <ACTS/INSTALL/DIRECTORY>
$ 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
Expand Down

0 comments on commit 275ef67

Please sign in to comment.