# Sentinel Logging Extension SLF4J To integrate logs of sentinel into your project which uses slf4j for bridge of logging you can simply introduce following dependency to your project: ```xml com.alibaba.csp sentinel-logging-slf4j ${sentinel.version} ``` And if you want to control level of logging special for sentinel the loggers that sentinel uses are called `sentinelRecordLogger` and `sentinelCommandCenterLogger`. For example in XML configration coming with log4j2 implementation: ```xml ```