Skip to content

Expose server logs for direct ./proton server startup#1064

Merged
yokofly merged 1 commit intodevelopfrom
add-fallback-path-for-system-proton-server-log
Dec 16, 2025
Merged

Expose server logs for direct ./proton server startup#1064
yokofly merged 1 commit intodevelopfrom
add-fallback-path-for-system-proton-server-log

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Dec 16, 2025

Please write user-readable short description of the changes:
With ./proton server, we can now read server logs directly:

-- streaming query
SELECT * FROM system.proton_log;

-- table query
SELECT * FROM TABLE(system.proton_log);
SELECT * FROM TABLE(system.proton_err_log);

Previously, this component only worked when the server was bootstrapped via the standard config.yaml configuration.

@yokofly yokofly merged commit 3668361 into develop Dec 16, 2025
7 of 11 checks passed
@yokofly yokofly deleted the add-fallback-path-for-system-proton-server-log branch December 16, 2025 02:22
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.

1 participant