Hm, I don't know much about pglogical. Does it automatically add a trigger to every new table without user intervention? If so, that's kinda broken.
Honestly, I'm very surprised about that behaviour. I made few tests, and yes, it seems that as soon as a new table is created using CREATE TABLE or CREATE TABLE AS, there's a trigger automatically added.