mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-12-06 16:21:51 +00:00
Add support for logging to file or syslog instead of stdout
This commit is contained in:
@@ -232,7 +232,7 @@ func (c *Core) GetSessions() []Session {
|
||||
// from git, or returns "unknown" otherwise.
|
||||
func BuildName() string {
|
||||
if buildName == "" {
|
||||
return "unknown"
|
||||
return "yggdrasil"
|
||||
}
|
||||
return buildName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user