Cixo Develop 1 hete
szülő
commit
b3a9f6e00f
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 3 3
      README.md
  2. 1 1
      pyproject.toml

+ 3 - 3
README.md

@@ -31,12 +31,12 @@ logging.warning("Oh, that's warning!!!")
 After that operation You would see something like that in stderr.
 
 ```
-[info] 2025-10-23 14:12:12 That is only info.
-[warning] 2025-10-23 14:12:12 Oh, that's warning!!!
+[info] (2025-10-23 14:12:12) That is only info.
+[warning] (2025-10-23 14:12:12) Oh, that's warning!!!
 ```
 
 Directory ./logs would be created if not already exists, and in it You
-would see somethind like "2025-10-23-1.log". When You run script twice, then second file would be named like "2025-10-23-2.log".
+would see somethind like "2025-10-23.1.log". When You run script twice, then second file would be named like "2025-10-23.2.log".
 
 ### More info
  * See in the [wiki](https://git.cixoelectronic.pl/cixo-electronic/cx-logger/wiki/_pages)

+ 1 - 1
pyproject.toml

@@ -7,7 +7,7 @@ where = [ "source" ]
 
 [project]
 name = "cx-logger"
-version = "2025.10.23-2"
+version = "2025.10.23-4"
 requires-python = ">= 3.7"
 
 readme = "README.md"