passd add init logs for user

This commit is contained in:
2024-10-10 10:47:49 +02:00
parent ca6a51bf36
commit e6d05290fc
2 changed files with 16 additions and 7 deletions

View File

@@ -541,7 +541,7 @@ func (s *StorageHandler) AddNamespace(Name string) (*Namespace, error) {
}
func CreateNamespace(ID string, storageHandler *StorageHandler) (*Namespace, error) {
Logger.Debugf("Creating Namespace %s\n", ID)
Logger.Infof("Creating Namespace %s\n", ID)
err := storageHandler.PubSub.RegisterTopicValidator(
ID, //== topicName
func(ctx context.Context, id peer.ID, msg *pubsub.Message) bool {