Skip to content

Chrome logs and other LevelDB-related cleaning #320

@EvgenKo423

Description

@EvgenKo423

Chrome [Logs *] cleaning entry is invalid and will probably cause a lot of damage (even if you won't notice it in some way)!

Folders like User Data\Default\Extension State is a LevelDB database and .log files in there are not a usual logs. They are buffers of an actual data stored in those databases and you shouldn't mess with them as it will most likely corrupt the database!
You should delete the whole contents of such folders if you wanna clean some database. Otherwise only LOG and LOG.old files (the actual logs) can be deleted. There will be no need in exclude entries if you only clean the actual logs.

See here for more info.

EDIT: There are no any other .log files in a Chrome profile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedIndicates that a bug has been resolvedwinapp2For issues related to winapp2.ini

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions