Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
torgiren
External Dns
Commits
57947e54
Commit
57947e54
authored
7 years ago
by
Henning Jacobs
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
log config on startup (#161)
parent
4badc729
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.go
+2
-0
main.go
with
2 additions
and
0 deletions
+2
-0
main.go
+
2
-
0
View file @
57947e54
...
...
@@ -57,6 +57,8 @@ func main() {
os
.
Exit
(
0
)
}
log
.
Infof
(
"config: %+v"
,
cfg
)
if
err
:=
validation
.
ValidateConfig
(
cfg
);
err
!=
nil
{
log
.
Fatalf
(
"config validation failed: %v"
,
err
)
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help