You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your needs or suggestions for improvements
Currently, the application log management feature in 1Panel is quite basic and lacks flexibility in filtering, searching, and organizing logs, especially when dealing with large volumes of log data. It is suggested to add log level filtering (such as debug, warn, error, etc.) and a search feature to enhance the usability and user experience of log management.
Please describe the solution you suggest
Log Level Filtering:
Support common log levels such as debug, warn, error, etc., to easily filter logs by their severity.
Allow users to quickly identify and focus on specific log levels for better troubleshooting.
Log Search Functionality:
Provide a search bar that allows users to search for specific keywords within the logs.
Support filtering by time range, log level, and other criteria to refine search results and make log searching more efficient.
Log Pagination and Infinite Scroll:
When there is a large volume of logs, implement pagination or infinite scroll to prevent loading excessive data at once, which could cause the panel to lag or slow down.
Additional Information
The implementation of this feature can be inspired by log level filtering and search functionalities found in platforms like Vercel.
It is recommended to add filters or dropdown menus in the log management interface to allow quick switching between different log levels.
Expected Outcome:
Enhance the efficiency of log management, especially when dealing with large volumes of logs, by allowing users to easily filter and view relevant entries.
Users can quickly identify issues by filtering logs by severity and focus on specific log levels, which helps in problem-solving.
Improve the overall usability of the panel and provide better support for developers, especially during debugging and troubleshooting.
The text was updated successfully, but these errors were encountered:
1Panel Version
v1.10.22-r2-alpha.19
Please describe your needs or suggestions for improvements
Currently, the application log management feature in
1Panel
is quite basic and lacks flexibility in filtering, searching, and organizing logs, especially when dealing with large volumes of log data. It is suggested to add log level filtering (such asdebug
,warn
,error
, etc.) and a search feature to enhance the usability and user experience of log management.Please describe the solution you suggest
Log Level Filtering:
debug
,warn
,error
, etc., to easily filter logs by their severity.Log Search Functionality:
Log Pagination and Infinite Scroll:
Additional Information
Expected Outcome:
The text was updated successfully, but these errors were encountered: