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

Add more information about log files in User Guide #7652

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Closed

Add more information about log files in User Guide #7652

exalate-issue-sync bot opened this issue May 11, 2023 · 2 comments
Assignees

Comments

@exalate-issue-sync
Copy link

Add this extra info to the user guide: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/logs.html

Describe why the files are separated into different pieces (.1, .2, .3):

Reason: its “age”, .log is the current log being written to, log.1 is the one before, log.2 is older still and so on, each time .log reaches certain size it is renamed to log.1 and the log.1 is renamed to log.2 and so on

{code:bash}
-rw-r--r-- 1 ledell ledell 0 Feb 2 09:42 h2o_127.0.0.1_16537-6-fatal.log
-rw-r--r-- 1 ledell ledell 0 Feb 2 09:42 h2o_127.0.0.1_16537-5-error.log
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 10:23 h2o_127.0.0.1_16537-3-info.log.3
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 10:23 h2o_127.0.0.1_16537-2-debug.log.3
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 10:30 h2o_127.0.0.1_16537-httpd.log.3
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 10:35 h2o_127.0.0.1_16537-3-info.log.2
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 10:35 h2o_127.0.0.1_16537-2-debug.log.2
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 10:41 h2o_127.0.0.1_16537-1-trace.log.3
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 10:54 h2o_127.0.0.1_16537-httpd.log.2
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 11:18 h2o_127.0.0.1_16537-1-trace.log.2
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 11:50 h2o_127.0.0.1_16537-httpd.log.1
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 12:33 h2o_127.0.0.1_16537-3-info.log.1
-rw-r--r-- 1 ledell ledell 3.1M Feb 2 12:33 h2o_127.0.0.1_16537-2-debug.log.1
-rw-r--r-- 1 ledell ledell 1.1M Feb 2 12:33 h2o_127.0.0.1_16537-1-trace.log.1
-rw-r--r-- 1 ledell ledell 903K Feb 2 12:39 h2o_127.0.0.1_16537-httpd.log
-rw-r--r-- 1 ledell ledell 39K Feb 2 12:39 h2o_127.0.0.1_16537-4-warn.log
-rw-r--r-- 1 ledell ledell 286K Feb 2 12:39 h2o_127.0.0.1_16537-3-info.log
-rw-r--r-- 1 ledell ledell 286K Feb 2 12:39 h2o_127.0.0.1_16537-2-debug.log
-rw-r--r-- 1 ledell ledell 285K Feb 2 12:39 h2o_127.0.0.1_16537-1-trace.log
{code}

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-7992
Assignee: hannah.tillman
Reporter: Erin LeDell
State: Resolved
Fix Version: 3.32.1.1
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#5313
#5386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants