Refactor log util (#2276)

This commit is contained in:
Jakub Kołodziejczak
2024-07-16 11:50:35 +02:00
committed by GitHub
parent 1d6f5482dd
commit f9c59a7131
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
package util
func AddSyslogHook() {}
func AddSyslogHook() {
// The syslog package is not available for Windows. This adapter is needed
// to handle windows build.
}