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

Changes to add simple nzgo example application #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shabbir10july
Copy link
Contributor

Changes to add simple nzgo example application

Comment on lines +16 to +19
var elog nzgo.PDALogger
elog.LogLevel = "debug"
elog.LogPath = "/tmp/"
elog.Initialize()
Copy link
Contributor

@sandippawar1412 sandippawar1412 Jul 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not required this now.

Suggested change
var elog nzgo.PDALogger
elog.LogLevel = "debug"
elog.LogPath = "/tmp/"
elog.Initialize()
We can use configuration parameters and set in conninfo string
logLevel=debug
logPath=/tmp/

same in all examples

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

Successfully merging this pull request may close these issues.

2 participants