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

[DE-554] serverId query param (GET/PUT /_admin/log/level) #262

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

aMahanna
Copy link
Member

Introduced in: v3.10.2

The GET /_admin/log/level and PUT /_admin/log/level endpoints support a new query parameter serverId, to forward log level get and set requests to a specific server.

This makes it easier to adjust the log levels in clusters because DB-Servers require JWT authentication whereas Coordinators also support authentication using usernames and passwords.

Introduced: arangodb/docs#1209
Documentation: https://www.arangodb.com/docs/devel/release-notes-api-changes310.html#log-level-api

@codecov-commenter
Copy link

Codecov Report

Merging #262 (7a8e328) into main (8b09e07) will increase coverage by 0.36%.
The diff coverage is 91.37%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
+ Coverage   98.58%   98.95%   +0.36%     
==========================================
  Files          26       26              
  Lines        3899     3937      +38     
==========================================
+ Hits         3844     3896      +52     
+ Misses         55       41      -14     
Impacted Files Coverage Δ
arango/collection.py 98.48% <50.00%> (+2.00%) ⬆️
arango/client.py 98.30% <75.00%> (-1.70%) ⬇️
arango/database.py 99.59% <80.00%> (-0.28%) ⬇️
arango/aql.py 95.04% <100.00%> (+0.04%) ⬆️
arango/cursor.py 100.00% <100.00%> (ø)
arango/http.py 100.00% <100.00%> (ø)

@aMahanna aMahanna requested a review from dothebart July 24, 2023 17:28
@aMahanna
Copy link
Member Author

@dothebart will also have to trouble you with a review on this PR when you get the chance

@aMahanna aMahanna merged commit f905d6e into main Jul 28, 2023
6 checks passed
@aMahanna aMahanna deleted the feature/DE-554 branch July 28, 2023 14:18
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

Successfully merging this pull request may close these issues.

None yet

3 participants