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

grpc.logPath doesn't work properly in config.yaml of the project #3440

Closed
oldme-git opened this issue Mar 30, 2024 · 0 comments
Closed

grpc.logPath doesn't work properly in config.yaml of the project #3440

oldme-git opened this issue Mar 30, 2024 · 0 comments
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.

Comments

@oldme-git
Copy link
Member

What version of Go and system type/arch are you using?

go1.20.10 windows/amd64

What version of GoFrame are you using?

2.6.4

Can this bug be re-produced with the latest release?
Yes

config.yaml:

grpc:
  name:             "demo"
  address:          ":40001"
  logPath:          "./log"
  logStdout:        true
  errorLogEnabled:  true
  accessLogEnabled: true
  errorStack:       true

logPath doesn't work properly and it logs cannot be recorded

@oldme-git oldme-git added the bug It is confirmed a bug, but don't worry, we'll handle it. label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.
Projects
None yet
Development

No branches or pull requests

1 participant