|
|
@ -17,6 +17,14 @@
|
|
|
|
span Do NOT enable these flags unless you know what you're doing!
|
|
|
|
span Do NOT enable these flags unless you know what you're doing!
|
|
|
|
.caption Doing so may result in data loss or broken installation!
|
|
|
|
.caption Doing so may result in data loss or broken installation!
|
|
|
|
v-card-text
|
|
|
|
v-card-text
|
|
|
|
|
|
|
|
v-switch.mt-3(
|
|
|
|
|
|
|
|
color='primary'
|
|
|
|
|
|
|
|
hint='Log detailed debug info on LDAP/AD login attempts.'
|
|
|
|
|
|
|
|
persistent-hint
|
|
|
|
|
|
|
|
label='LDAP Debug'
|
|
|
|
|
|
|
|
v-model='flags.ldapdebug'
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
v-divider.mt-3
|
|
|
|
v-switch.mt-3(
|
|
|
|
v-switch.mt-3(
|
|
|
|
color='red'
|
|
|
|
color='red'
|
|
|
|
hint='Log all queries made to the database to console.'
|
|
|
|
hint='Log all queries made to the database to console.'
|
|
|
@ -24,15 +32,6 @@
|
|
|
|
label='SQL Query Logging'
|
|
|
|
label='SQL Query Logging'
|
|
|
|
v-model='flags.sqllog'
|
|
|
|
v-model='flags.sqllog'
|
|
|
|
)
|
|
|
|
)
|
|
|
|
//- v-divider.mt-3
|
|
|
|
|
|
|
|
//- v-switch.mt-3(
|
|
|
|
|
|
|
|
//- color='primary'
|
|
|
|
|
|
|
|
//- hint='Log all queries made to the database to console.'
|
|
|
|
|
|
|
|
//- persistent-hint
|
|
|
|
|
|
|
|
//- label='SQL Query Log'
|
|
|
|
|
|
|
|
//- v-model='flags.sqllog'
|
|
|
|
|
|
|
|
//- )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|