MarketSquare / robotframework-ai

Apache License 2.0
10 stars 2 forks source link

Feature: setting the enabled flag in `Setup Logging` keyword to False, should disable logging after it is enabled #10

Open StijnDeJong opened 3 months ago

StijnDeJong commented 3 months ago

To enable logging, the Setup Logging keyword can be used. This keyword has an argument enabled that when set to True sets up the logging environment. When setting this to False, the keyword will do nothing.

When logging is already setup, setting the flag to False should turn logging off.