Skip to content

'MultiProcManager' object has no attribute 'logger' #69

Description

@htarnacki
    actor_system = ActorSystem(
        systemBase="multiprocTCPBase",
        logDefs=logging_configuration)
class Logger(Actor):

    def receiveMessage(self, message, sender):
        self.logger().info(f'Logger: message received: {message}')
        self.send(sender, 'Hello, World!')

thespian/actors.py", line 235, in logger
return self._myRef.logger(name)

AttributeError: 'MultiProcManager' object has no attribute 'logger'

thespian-3.10.1

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions