|
|
|
@ -40,6 +40,10 @@ $anvil->Get->switches({list => [ |
|
|
|
|
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => $anvil->data->{switches}}); |
|
|
|
|
$anvil->Log->entry({source => $THIS_FILE, line => __LINE__, level => 2, key => "log_0115", variables => { program => $THIS_FILE }}); |
|
|
|
|
|
|
|
|
|
### TODO: Disable this before merging into PR |
|
|
|
|
$anvil->Log->level({set => 2}); |
|
|
|
|
$anvil->Log->secure({set => 1}); |
|
|
|
|
|
|
|
|
|
# Connect to the database(s). If we have no connections, we'll proceed anyway as one of the 'run_once' tasks |
|
|
|
|
# is to setup the database server. |
|
|
|
|
$anvil->Database->connect(); |
|
|
|
|