Skip to content

Excessive logging #125

@jdmj

Description

@jdmj

I understand that you need all the info you can get, but I don't think that writing something into log file on every OnUpdate is a good idea.
In FlightComputer.cs it may be worth using
RTLog.Verbose("Queued Command: {0}", dc.Description);
instead of
Debug.Log(dc.Description);
This way it will at least depend on VERBOSE_DEBUG_LOG flag state.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions