package
1.8.1
Repository: https://github.com/ginger-go/micro.git
Documentation: pkg.go.dev

# Functions

Debug logs the debug information, should be disabled in production.
Error logs the expected error.
Fatal logs the unexpected error.
Info logs the information should be logged.
Setup the log service Call this function in every service's main.go Please set it up after the api service is setup.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

This is the folder where the logs will be stored.
LOG_SERVICE_IP is the IP address of the auth service Please set it to the environment variable LOG_SERVICE_IP.