[MapProxy] Enable logging

Tobias Wendorff tobias.wendorff at tu-dortmund.de
Tue Apr 5 08:25:30 PDT 2022


Hey Günter,

let me answer in German, since you stated your English would be poor.

Am 05.04.2022 um 16:30 schrieb G. Wagner, Wagner-IT:
> But how must the specification of " {'here': 
> os.path.dirname(__file__)})"" look like?

`os.path.dirname(__file__)` liefert das Verzeichnis, in sich die gerade 
ausgeführte Datei befindet. Bei `/opt/mapproxy/gwagner/test.py` würde 
dies also `/opt/mapproxy/gwagner` ergeben.

Du kannst anstelle von `os.path.dirname(__file__)` auch einen direkten 
Pfad als String oder Path-Objekt angeben, z.B. "/home/gwagner/logfiles".

Einige Leute verwenden gerne `os.path.normpath()` oder 
`os.path.realpath()`, um den Pfadnamen zu säubern oder in absolute Pfade 
umzuwandeln, das hilft oft beim Debugging.

HTH
Tobias


More information about the MapProxy mailing list