Skip to content

Commit

Permalink
fix wrong log file directory 5.7 -> 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jul 26, 2023
1 parent c101b5f commit c217a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sirius_cli/src/main/resources/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ java.util.logging.FileHandler.level=WARNING
# Naming style for the output file:
# (The output file is placed in the directory
# defined by the "user.home" System property.)
java.util.logging.FileHandler.pattern=%h/.sirius-5.7/sirius.log
java.util.logging.FileHandler.pattern=%h/.sirius-5.8/sirius.log
# Limiting size of output file in bytes:
java.util.logging.FileHandler.limit=500000
# Number of output files to cycle through, by appending an
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#here you can provide properties that may be needed during build- AND during runtime and should not be editable by the user at runtime
de.unijena.bioinf.siriusFrontend.version=5.8.1
de.unijena.bioinf.siriusFrontend.version=5.8.2
de.unijena.bioinf.sirius.version=4.13.1
de.unijena.bioinf.fingerid.version=2.6.16
#
Expand Down

0 comments on commit c217a5f

Please sign in to comment.