Skip to content

[BUG] New default BepInEx.cfg duplicates all log lines #318

@lloesche

Description

@lloesche

If you diff the old and the new (0.9.4) BepInEx.cfg:

[Logging.Console]
< Enabled = false
11c10
< ForceBepInExTTYDriver = false
---
> ForceBepInExTTYDriver = true
28c27
< WriteUnityLog = false
---
> WriteUnityLog = true

Resulting in every log message to be logged twice:

[Info   : Unity Log] 03/10/2021 21:30:58: Sending disconnect msg
03/10/2021 21:30:58: Sending disconnect msg
[Info   : Unity Log] 03/10/2021 21:30:58: Disposing socket
03/10/2021 21:30:58: Disposing socket
[Info   : Unity Log] 03/10/2021 21:30:58: Stopping listening socket
03/10/2021 21:30:58: Stopping listening socket
[Info   : Unity Log] 03/10/2021 21:30:58: Last socket, unregistering callback
03/10/2021 21:30:58: Last socket, unregistering callback
[Info   : Unity Log] 03/10/2021 21:30:58: ZSteamSocket  UnregisterGlobalCallbacks, existing sockets:0
03/10/2021 21:30:58: ZSteamSocket  UnregisterGlobalCallbacks, existing sockets:0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions