Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8540fe16b2 | |||
| 1fb44db8df |
Generated
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="com.itcodebox.notebooks.projectservice.ProjectUIState">
|
<component name="com.itcodebox.notebooks.projectservice.ProjectUIState">
|
||||||
<option name="selectedNotebookId" value="1" />
|
<option name="selectedNotebookId" value="1" />
|
||||||
<option name="selectedChapterId" value="1" />
|
<option name="selectedChapterId" value="2" />
|
||||||
<option name="selectedNoteId" value="1" />
|
<option name="selectedNoteId" value="2" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -207,9 +207,9 @@ writeLog() {
|
|||||||
PT_LOG_LEVEL="$(standardizeLogLevels "$2")"
|
PT_LOG_LEVEL="$(standardizeLogLevels "$2")"
|
||||||
([ "$logDebug" -eq 0 ] && [ "$PT_LOG_LEVEL" = "DEBUG" ]) && return
|
([ "$logDebug" -eq 0 ] && [ "$PT_LOG_LEVEL" = "DEBUG" ]) && return
|
||||||
|
|
||||||
([ "$logToJournal" -eq 1 ]) && writeJournalDLog "$@"
|
([ "$logToJournal" -eq 1 ]) && writeJournalDLog "$@" && return
|
||||||
([ "$useJsonLogFmt" -eq 1 ]) && writeJsonLog "$@"
|
([ "$useJsonLogFmt" -eq 1 ]) && writeJsonLog "$@" && return
|
||||||
([ "$useSyslogLogFmt" -eq 1 ]) && writePlainTextLog "$@"
|
([ "$useSyslogLogFmt" -eq 1 ]) && writePlainTextLog "$@" && return
|
||||||
}
|
}
|
||||||
|
|
||||||
scriptExamples() {
|
scriptExamples() {
|
||||||
|
|||||||
Reference in New Issue
Block a user