Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doubled logger output #514

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Conversation

mathomp4
Copy link
Member

In #508, I thought I was being clever. But it turns out I don't know pflogger that well. My entry for CAP.EXTDATA actually doubled all ExtData output:

        EXTDATA: INFO: *******************************************************
        EXTDATA: INFO: *******************************************************
        EXTDATA: INFO: ** Variables to be provided by the ExtData Component **
        EXTDATA: INFO: ** Variables to be provided by the ExtData Component **
        EXTDATA: INFO: *******************************************************
        EXTDATA: INFO: *******************************************************
        EXTDATA: INFO: ---- 00001: BC_AIRCRAFT
        EXTDATA: INFO: ---- 00001: BC_AIRCRAFT
        EXTDATA: INFO: ---- 00002: BC_ANTEBC1
        EXTDATA: INFO: ---- 00002: BC_ANTEBC1
        EXTDATA: INFO: ---- 00003: BC_ANTEBC2
        EXTDATA: INFO: ---- 00003: BC_ANTEBC2

After consulting with @tclune, turns out this PR has what I wanted. We can have a CAP.EXTDATA there and uncommented, but not double everything.

@mathomp4 mathomp4 added bugfix This pull request fixes a bug 0 diff The changes in this pull request have verified to be zero-diff with the target branch. labels Sep 26, 2023
@mathomp4 mathomp4 self-assigned this Sep 26, 2023
@mathomp4 mathomp4 requested a review from a team as a code owner September 26, 2023 18:07
@sdrabenh sdrabenh merged commit a130337 into develop Sep 28, 2023
4 checks passed
@sdrabenh sdrabenh deleted the feature/mathomp4/fix-logger-dup branch September 28, 2023 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch. bugfix This pull request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants