mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1096] [MERGED] Cleanup log messages for ignored attribute warnings #1115
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/1096
Author: @maystar
Created: 2/3/2025
Status: ✅ Merged
Merged: 2/3/2025
Merged by: @nitnelave
Base:
main← Head:cleanup-logs-for-attribute-warnings📝 Commits (3)
f992beaFix warn log message for unrecognized user attribute59a76ecMerge pull request #1 from maystar/fix-log-message-user-attribute67482eeReduce log messages by remove line break and remove visible \n\ sequence📊 Changes
2 files changed (+2 additions, -4 deletions)
View changed files
📝
server/src/domain/ldap/group.rs(+1 -2)📝
server/src/domain/ldap/user.rs(+1 -2)📄 Description
When debugging lldap logs I recognized that the output looks strange using syslog and grafana.
There are two outputs for each warnings, the first one contains the visible
\n\sequence.Additional the user message contains the string
group attribute.Be aware: I've no clue about rust development!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.