Update application.rb

This commit is contained in:
2023-07-31 19:01:11 +06:00
committed by GitHub
parent 9654487ff7
commit 95030a3acb

View File

@ -475,6 +475,7 @@ class Application
def self.run(argv)
s = self.new
s.config_fname = '/etc/pg_ldap_sync.yaml'
s.groups_fname = ''
s.log = Logger.new($stdout)
s.log.level = Logger::ERROR