posizione log

This commit is contained in:
2021-02-26 10:49:50 +01:00
parent 649a31c467
commit 88f9f183bd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"version": "0.3", "version": "0.3",
"logFile": "/var/log/nasoscopio-grande.log", "logFile": "/home/briq/logs/nasoscopio-grande.log",
"logFormat": "%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s", "logFormat": "%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s",
"logTimeFormat": "%m-%d %H:%M:%S", "logTimeFormat": "%m-%d %H:%M:%S",
"URL": "http://localhost:8880", "URL": "http://localhost:8880",

View File

@@ -1,6 +1,6 @@
{ {
"version": "0.3", "version": "0.3",
"logFile": "/var/log/nasoscopio-piccola.log", "logFile": "/home/briq/logs/nasoscopio-piccola.log",
"logFormat": "%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s", "logFormat": "%(asctime)s|%(levelname)-7s|%(funcName)-10s|%(lineno)-3d: %(message)-50s",
"logTimeFormat": "%m-%d %H:%M:%S", "logTimeFormat": "%m-%d %H:%M:%S",
"URL": "http://localhost:8881", "URL": "http://localhost:8881",