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

loggerPropertyColumnOptions column value null when key name is Name #75

Open
nrmohan opened this issue Sep 2, 2024 · 0 comments
Open

Comments

@nrmohan
Copy link

nrmohan commented Sep 2, 2024

The document specifies setting the log property name in "Name" key, but it only functions correctly when set to "propertyName."

the result from "ShouldCreateLoggerFromConfig" integration test

Howtouse

"loggerPropertyColumnOptions": {
    "TestColumnName": {
        "Format": "{0}",
        "Name": "TestProperty",
        "WriteMethod": "Raw",
        "DbType": "Text"
    }
}

Screenshot 2024-09-03 000444

Working version

"loggerPropertyColumnOptions": {
    "TestColumnName": {
        "Format": "{0}",
        "propertyName": "TestProperty",
        "WriteMethod": "Raw",
        "DbType": "Text"
    }
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant