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

Logging Support #2544

Open
hazendaz opened this issue May 21, 2023 · 2 comments
Open

Logging Support #2544

hazendaz opened this issue May 21, 2023 · 2 comments
Assignees

Comments

@hazendaz
Copy link
Member

Logs are detected on the classpath for known types. This are ones you can change on the fly during runs. If you need logging support for custom or otherwise not shown logs, just add to stdout.properties in the web module resources folder and build project or just edit the prebuilt WAR and modify that same file to include any additional custom logs. Those you can not edit but will be able to read.

@hazendaz hazendaz self-assigned this May 21, 2023
@hazendaz hazendaz pinned this issue May 21, 2023
@hazendaz
Copy link
Member Author

Possible support to add

  • Add ability to just show anything in 'logs/archive' as stdout feature and allow for other folder types to be added if needed.

@pizzi80
Copy link

pizzi80 commented May 16, 2024

Possible support to add

  • Add ability to just show anything in 'logs/archive' as stdout feature and allow for other folder types to be added if needed.

+1

...In this way if you have a daily rolling policy, you can read also older files ...

Another option is to load only the latest file by date of a daily rolling webapp's log file,

for example, if you have an <appname>.<date>.log

psi probe could show only the latest one, eg. appname.2024-05-16.log

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

No branches or pull requests

2 participants