You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ optional while some (like specifying atleast 1 script file) is compulsory.
14
14
The file structure is as of right now very simple:
15
15
```ini
16
16
[config]
17
+
#experimental=1 # Sets experimental mode ON (1) or OFF (0) | Intended for beta-testing and development only. Do not rely for stability
17
18
loglevel=0 # Sets the log level, See the Logger page on Wiki for more information
18
19
logfile=DailyLogs.logs # Sets the log file. This log file will be used to create daily logs and it will log everything logged by Logger class, regardless of level
0 commit comments