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

Surface logs in the UI #91

Merged
merged 3 commits into from
Sep 9, 2023
Merged

Surface logs in the UI #91

merged 3 commits into from
Sep 9, 2023

Conversation

michael-j-green
Copy link
Member

  • Made logs visible in the UI
  • Logs are now always JSON objects appended to a file in ~/.gaseous-server/Logs/ (one JSON object per line)
    • Note: this is not a true JSON array, when the server reads the file back for display, it deserialises the log file one line at a time
  • Removed references from the configuration file to the "Text" format logs
  • Added a retention period for log files (default 30 days) - this option is available in the config file and will appear in existing config files after the next start up

@michael-j-green michael-j-green added enhancement New feature or request API Issue is related to the server API labels Sep 9, 2023
@michael-j-green michael-j-green added this to the v1.6.0 milestone Sep 9, 2023
@michael-j-green michael-j-green self-assigned this Sep 9, 2023
@michael-j-green michael-j-green linked an issue Sep 9, 2023 that may be closed by this pull request
@michael-j-green michael-j-green merged commit 9b77dee into main Sep 9, 2023
@michael-j-green michael-j-green deleted the 67-surface-logs-in-the-ui branch September 9, 2023 12:51
@michael-j-green michael-j-green restored the 67-surface-logs-in-the-ui branch September 18, 2023 01:36
@michael-j-green michael-j-green deleted the 67-surface-logs-in-the-ui branch September 18, 2023 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Issue is related to the server API enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Surface logs in the UI
1 participant