---
title: "Breaking: #52694 - GeneralUtility::devLog() not called anymore"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-52694"
source: "Changelog/9.0/Breaking-52694-GeneralUtilitydevLogNotCalledAnymore.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #52694 - GeneralUtility::devLog() not called anymore

See [forge#52694](https://forge.typo3.org/issues/52694)

## Description

`TYPO3\CMS\Core\Utility\GeneralUtility::devLog()` is deprecated. Therefore the Core does not call this function
anymore. Instead the Logging API is used to write log data.

The option to write the deprecation log to the devLog has been removed.

## Impact

Log data can be filtered through the writer configuration for the Logging API.
Registered devLog extensions are not triggered anymore by the Core.

## Migration

Add a custom writer configuration to retrieve devLog entries. These are mostly of level Info and Notice.
